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.TypePersistentTrieSetMultimap.AbstractHashCollisionNode. typeOfSingleton()EitherSingletonOrCollection.TypePersistentTrieSetMultimap.BitmapIndexedSetMultimapNode. typeOfSingleton()Methods in io.usethesource.capsule.core with parameters of type EitherSingletonOrCollection.Type Modifier and Type Method Description (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
Methods in io.usethesource.capsule.core.trie that return EitherSingletonOrCollection.Type Modifier and Type Method Description default EitherSingletonOrCollection.TypeMultimapNode. typeOfSingleton()Deprecated.static EitherSingletonOrCollection.TypeEitherSingletonOrCollection.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 booleanEitherSingletonOrCollection. isType(EitherSingletonOrCollection.Type type)(package private) booleanEitherSingletonOrCollection.SomeCollection. isType(EitherSingletonOrCollection.Type type)(package private) booleanEitherSingletonOrCollection.SomeSingleton. isType(EitherSingletonOrCollection.Type type)
-