|
GNU Trove | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.trove.Version
public class Version
Simple class meant as a possible main class (via manifest) to report the implementation version of the trove4j jar.
This may be useful to ask feedback WITH build version information The Main-Class entry in the manifest.mf should be set during the build as well as the Implementation-Version manifest attribute should be set as well. Created by IntelliJ IDEA. User: Johan Parent Date: 3/03/11 Time: 22:10
Constructor Summary | |
---|---|
Version()
|
Method Summary | |
---|---|
static java.lang.String |
getVersion()
Returns the implementation version of trove4j. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Version()
Method Detail |
---|
public static void main(java.lang.String[] args)
public static java.lang.String getVersion()
|
GNU Trove | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |