Package io.usethesource.capsule
Interface Set.Transient<K>
- All Superinterfaces:
Collection<K>,Iterable<K>,Set<K>,Set<K>,SetEq<K>,SetEq.Transient<K>
- All Known Implementing Classes:
PersistentTrieSet.AbstractTransientTrieSet,PersistentTrieSet.TransientTrieSet
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.usethesource.capsule.Set
Set.Immutable<K>, Set.Transient<K>Nested classes/interfaces inherited from interface io.usethesource.capsule.SetEq
SetEq.Immutable<K>, SetEq.Transient<K> -
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean__insertAll(Set<? extends K> set) booleanboolean__removeAll(Set<? extends K> set) boolean__retainAll(Set<? extends K> set) freeze()static <K> Set.Transient<K> of()static <K> Set.Transient<K> of(K key0) static <K> Set.Transient<K> of(K key0, K key1) static <K> Set.Transient<K> of(K key0, K key1, K key2) static <K> Set.Transient<K> of(K key0, K key1, K key2, K key3) static <K> Set.Transient<K> of(K key0, K key1, K key2, K key3, K key4) static <K> Set.Transient<K> of(K key0, K key1, K key2, K key3, K key4, K key5) Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface io.usethesource.capsule.Set
contains, containsAll, equals, findFirst, get, hashCode, isEmpty, keyIterator, sizeMethods inherited from interface java.util.Set
add, addAll, clear, iterator, remove, removeAll, retainAll, spliterator, toArray, toArrayMethods inherited from interface io.usethesource.capsule.SetEq
containsAllEquivalent, containsEquivalent, equivalent, getEquivalentMethods inherited from interface io.usethesource.capsule.SetEq.Transient
__insertAllEquivalent, __insertEquivalent, __removeAllEquivalent, __removeEquivalent, __retainAllEquivalent
-
Method Details
-
__insert
-
__remove
-
__insertAll
-
__removeAll
-
__retainAll
-
freeze
Set.Immutable<K> freeze() -
of
-
of
-
of
-
of
-
of
-
of
-
of
-