Uses of Class
net.ME1312.Galaxi.Library.Version.Version
Packages that use Version
-
Uses of Version in net.ME1312.Galaxi.Library.Map
Methods in net.ME1312.Galaxi.Library.Map that return VersionModifier and TypeMethodDescriptionObjectMapValue.asVersion()Get Object as VersionObjectMap.getVersion(K handle) Get a Version by HandleObjectMap.getVersion(K handle, Supplier<Version> def) Get a Version by HandleObjectMap.getVersion(K handle, Version def) Get a Version by HandleMethods in net.ME1312.Galaxi.Library.Map that return types with arguments of type VersionModifier and TypeMethodDescriptionObjectMapValue.asVersionList()Get Object as Version ListObjectMap.getVersionList(K handle) Get a Version List by HandleObjectMap.getVersionList(K handle, Supplier<? extends List<Version>> def) Get a Version List by HandleObjectMap.getVersionList(K handle, List<Version> def) Get a Version List by HandleMethods in net.ME1312.Galaxi.Library.Map with parameters of type VersionModifier and TypeMethodDescriptionObjectMap.getVersion(K handle, Version def) Get a Version by HandleMethod parameters in net.ME1312.Galaxi.Library.Map with type arguments of type VersionModifier and TypeMethodDescriptionObjectMap.getVersion(K handle, Supplier<Version> def) Get a Version by HandleObjectMap.getVersionList(K handle, Supplier<? extends List<Version>> def) Get a Version List by HandleObjectMap.getVersionList(K handle, List<Version> def) Get a Version List by Handle -
Uses of Version in net.ME1312.Galaxi.Library.Version
Methods in net.ME1312.Galaxi.Library.Version that return VersionModifier and TypeMethodDescriptionstatic VersionVersion.fromString(String string) Parse a Version from a stringMethods in net.ME1312.Galaxi.Library.Version with parameters of type VersionModifier and TypeMethodDescriptionstatic intCompare VersionsintCompare VersionsbooleanSee if Versions are Equalstatic booleanSee if Versions are EqualMethod parameters in net.ME1312.Galaxi.Library.Version with type arguments of type VersionModifier and TypeMethodDescriptionstatic StringVersion.toFullString(Collection<Version> collection) The full toString() method for Collectionsstatic StringVersion.toString(Collection<Version> collection) The default toString() method for CollectionsConstructors in net.ME1312.Galaxi.Library.Version with parameters of type VersionModifierConstructorDescriptionCreates a Version (Appending the parent)Creates a Version (Appending the parent)Version(Version parent, VersionType type, int... ints) Creates a Version (Appending the parent)Version(Version parent, VersionType type, String string) Creates a Version (Appending the parent)