Package io.github.cfraser.graphguard
Class Bolt.Version
-
- All Implemented Interfaces:
-
kotlin.Comparable
public final class Bolt.Version implements Comparable<Bolt.Version>
A Bolt version.
Refer to handshake specification.
-
-
Constructor Summary
Constructors Constructor Description Bolt.Version(Integer major, Integer minor, Integer range)
-
Method Summary
-
-
Method Detail
-
compareTo
Integer compareTo(Bolt.Version other)
Compare the major and minor of
thisBolt.Version with the other.
-
-
-
-