Class Version
- java.lang.Object
-
- com.sun.xml.ws.transport.tcp.util.Version
-
public final class Version extends Object
- Author:
- Alexey Stashok
-
-
Constructor Summary
Constructors Constructor Description Version(int major, int minor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
int
getMajor()
int
getMinor()
int
hashCode()
String
toString()
-