Uses of Interface
io.usethesource.capsule.BinaryRelation.Immutable
Packages that use BinaryRelation.Immutable
-
Uses of BinaryRelation.Immutable in io.usethesource.capsule
Methods in io.usethesource.capsule that return BinaryRelation.ImmutableModifier and TypeMethodDescriptionBinaryRelation.Transient.freeze()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.ImmutableMethods in io.usethesource.capsule.core that return BinaryRelation.ImmutableModifier and TypeMethodDescriptionPersistentBidirectionalTrieSetMultimap.inverse()static final <K,V> BinaryRelation.Immutable <K, V> PersistentBidirectionalTrieSetMultimap.of()