Uses of Class
io.usethesource.capsule.core.trie.EitherSingletonOrCollection.Type
-
Packages that use EitherSingletonOrCollection.Type Package Description io.usethesource.capsule.core io.usethesource.capsule.core.trie -
-
Uses of EitherSingletonOrCollection.Type in io.usethesource.capsule.core
Methods in io.usethesource.capsule.core that return EitherSingletonOrCollection.Type Modifier and Type Method Description EitherSingletonOrCollection.Type
PersistentTrieSetMultimap.AbstractHashCollisionNode. typeOfSingleton()
EitherSingletonOrCollection.Type
PersistentTrieSetMultimap.BitmapIndexedSetMultimapNode. typeOfSingleton()
Methods in io.usethesource.capsule.core with parameters of type EitherSingletonOrCollection.Type Modifier and Type Method Description (package private) abstract boolean
PersistentTrieSetMultimap.AbstractSetMultimapNode. hasPayload(EitherSingletonOrCollection.Type type)
(package private) boolean
PersistentTrieSetMultimap.BitmapIndexedSetMultimapNode. hasPayload(EitherSingletonOrCollection.Type type)
(package private) boolean
PersistentTrieSetMultimap.HashCollisionNode. hasPayload(EitherSingletonOrCollection.Type type)
(package private) abstract int
PersistentTrieSetMultimap.AbstractSetMultimapNode. payloadArity(EitherSingletonOrCollection.Type type)
(package private) int
PersistentTrieSetMultimap.BitmapIndexedSetMultimapNode. payloadArity(EitherSingletonOrCollection.Type type)
(package private) int
PersistentTrieSetMultimap.HashCollisionNode. payloadArity(EitherSingletonOrCollection.Type type)
-
Uses of EitherSingletonOrCollection.Type in io.usethesource.capsule.core.trie
Methods in io.usethesource.capsule.core.trie that return EitherSingletonOrCollection.Type Modifier and Type Method Description default EitherSingletonOrCollection.Type
MultimapNode. typeOfSingleton()
Deprecated.static EitherSingletonOrCollection.Type
EitherSingletonOrCollection.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EitherSingletonOrCollection.Type[]
EitherSingletonOrCollection.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.usethesource.capsule.core.trie with parameters of type EitherSingletonOrCollection.Type Modifier and Type Method Description (package private) abstract boolean
EitherSingletonOrCollection. isType(EitherSingletonOrCollection.Type type)
(package private) boolean
EitherSingletonOrCollection.SomeCollection. isType(EitherSingletonOrCollection.Type type)
(package private) boolean
EitherSingletonOrCollection.SomeSingleton. isType(EitherSingletonOrCollection.Type type)
-