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 booleanPersistentTrieSetMultimap.AbstractSetMultimapNode.hasPayload(EitherSingletonOrCollection.Type type) (package private) booleanPersistentTrieSetMultimap.BitmapIndexedSetMultimapNode.hasPayload(EitherSingletonOrCollection.Type type) (package private) booleanPersistentTrieSetMultimap.HashCollisionNode.hasPayload(EitherSingletonOrCollection.Type type) (package private) abstract intPersistentTrieSetMultimap.AbstractSetMultimapNode.payloadArity(EitherSingletonOrCollection.Type type) (package private) intPersistentTrieSetMultimap.BitmapIndexedSetMultimapNode.payloadArity(EitherSingletonOrCollection.Type type) (package private) intPersistentTrieSetMultimap.HashCollisionNode.payloadArity(EitherSingletonOrCollection.Type type) -
Uses of EitherSingletonOrCollection.Type in io.usethesource.capsule.core.trie
Subclasses with type arguments of type EitherSingletonOrCollection.Type in io.usethesource.capsule.core.trieMethods in io.usethesource.capsule.core.trie that return EitherSingletonOrCollection.TypeModifier and TypeMethodDescriptiondefault EitherSingletonOrCollection.TypeMultimapNode.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 booleanEitherSingletonOrCollection.isType(EitherSingletonOrCollection.Type type) (package private) booleanEitherSingletonOrCollection.SomeCollection.isType(EitherSingletonOrCollection.Type type) (package private) booleanEitherSingletonOrCollection.SomeSingleton.isType(EitherSingletonOrCollection.Type type)