Package org.biopax.paxtools.util
Enum Class BPCollections
- All Implemented Interfaces:
Serializable,Comparable<BPCollections>,Constable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThis interface is responsible for setting the class and initialize and load factor for all sets and maps used in all model objects for performance purposes.Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescription<D,R> Map<D, R> <R extends BioPAXElement>
Set<R><R> Set<R>voidsetProvider(BPCollections.CollectionProvider newProvider) Sets a specificBPCollections.CollectionProvider(for multiple-cardinality BioPAX properties)static BPCollectionsReturns the enum constant of this class with the specified name.static BPCollections[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
I
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
setProvider
Sets a specificBPCollections.CollectionProvider(for multiple-cardinality BioPAX properties)- Parameters:
newProvider- not null
-
createSet
-
createSafeSet
-
createMap
-