Uses of Enum Class
io.usethesource.capsule.core.trie.EitherSingletonOrCollection.Type
Packages that use EitherSingletonOrCollection.Type
-
Uses of EitherSingletonOrCollection.Type in io.usethesource.capsule.core
Methods in io.usethesource.capsule.core that return EitherSingletonOrCollection.TypeModifier and TypeMethodDescriptionPersistentTrieSetMultimap.AbstractHashCollisionNode.typeOfSingleton()
PersistentTrieSetMultimap.BitmapIndexedSetMultimapNode.typeOfSingleton()
Methods in io.usethesource.capsule.core with parameters of type EitherSingletonOrCollection.TypeModifier and TypeMethodDescription(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.TypeModifier and TypeMethodDescriptiondefault EitherSingletonOrCollection.Type
MultimapNode.typeOfSingleton()
Deprecated.Returns the enum constant of this class with the specified name.static EitherSingletonOrCollection.Type[]
EitherSingletonOrCollection.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.usethesource.capsule.core.trie with parameters of type EitherSingletonOrCollection.TypeModifier and TypeMethodDescription(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)