Uses of Interface
io.usethesource.capsule.BinaryRelation.Immutable
-
Packages that use BinaryRelation.Immutable Package Description io.usethesource.capsule io.usethesource.capsule.core -
-
Uses of BinaryRelation.Immutable in io.usethesource.capsule
Methods in io.usethesource.capsule that return BinaryRelation.Immutable Modifier and Type Method Description BinaryRelation.Immutable<K,V>
BinaryRelation.Transient. freeze()
BinaryRelation.Immutable<V,K>
BinaryRelation.Immutable. inverse()
static <K,V>
BinaryRelation.Immutable<K,V>BinaryRelation.Immutable. of()
static <K,V>
BinaryRelation.Immutable<K,V>BinaryRelation.Immutable. of(K key0, V value0)
static <K,V>
BinaryRelation.Immutable<K,V>BinaryRelation.Immutable. of(K key0, V value0, K key1, V value1)
static <K,V>
BinaryRelation.Immutable<K,V>BinaryRelation.Immutable. of(K key0, V value0, K key1, V value1, K key2, V value2)
static <K,V>
BinaryRelation.Immutable<K,V>BinaryRelation.Immutable. of(K key0, V value0, K key1, V value1, K key2, V value2, K key3, V value3)
static <K,V>
BinaryRelation.Immutable<K,V>BinaryRelation.Immutable. of(K key0, V value0, K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
static <K,V>
BinaryRelation.Immutable<K,V>BinaryRelation.Immutable. of(K key0, V value0, K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5)
-
Uses of BinaryRelation.Immutable in io.usethesource.capsule.core
Classes in io.usethesource.capsule.core that implement BinaryRelation.Immutable Modifier and Type Class Description class
PersistentBidirectionalTrieSetMultimap<K,V>
Methods in io.usethesource.capsule.core that return BinaryRelation.Immutable Modifier and Type Method Description private static <K,V>
BinaryRelation.Immutable<K,V>PersistentBidirectionalTrieSetMultimap. batchWireTuple(K key, Set.Immutable<V> values, java.util.function.BiFunction<K,Set.Immutable<V>,? extends SetMultimap.Immutable<K,V>> fwdMerger, java.util.function.BiFunction<Set.Immutable<V>,K,? extends SetMultimap.Immutable<V,K>> bwdMerger)
BinaryRelation.Immutable<K,V>
TransientBidirectionalTrieSetMultimap. freeze()
BinaryRelation.Immutable<V,K>
PersistentBidirectionalTrieSetMultimap. inverse()
static <K,V>
BinaryRelation.Immutable<K,V>PersistentBidirectionalTrieSetMultimap. of()
private static <K,V>
BinaryRelation.Immutable<K,V>PersistentBidirectionalTrieSetMultimap. wireTuple(K key, V value, java.util.function.BiFunction<K,V,? extends SetMultimap.Immutable<K,V>> fwdMerger, java.util.function.BiFunction<V,K,? extends SetMultimap.Immutable<V,K>> bwdMerger)
-