A B C D E F G H I J K L M N O P R S T U V W

B

BiMap<K,V> - Class in org.jjoost.collections.bimaps
 
BiMap(AnyMap<K, V>, AnyMap<V, K>) - Constructor for class org.jjoost.collections.bimaps.BiMap
 
BiMapListToList<K,V> - Class in org.jjoost.collections.bimaps
 
BiMapListToList(ListMap<K, V>, ListMap<V, K>) - Constructor for class org.jjoost.collections.bimaps.BiMapListToList
 
BiMapListToMany<K,V> - Class in org.jjoost.collections.bimaps
 
BiMapListToMany(ListMap<K, V>, MultiMap<V, K>) - Constructor for class org.jjoost.collections.bimaps.BiMapListToMany
 
BiMapManyToList<K,V> - Class in org.jjoost.collections.bimaps
 
BiMapManyToList(MultiMap<K, V>, ListMap<V, K>) - Constructor for class org.jjoost.collections.bimaps.BiMapManyToList
 
BiMapManyToMany<K,V> - Class in org.jjoost.collections.bimaps
 
BiMapManyToMany(MultiMap<K, V>, MultiMap<V, K>) - Constructor for class org.jjoost.collections.bimaps.BiMapManyToMany
 
BiMapManyToOne<K,V> - Class in org.jjoost.collections.bimaps
 
BiMapManyToOne(MultiMap<K, V>, Map<V, K>) - Constructor for class org.jjoost.collections.bimaps.BiMapManyToOne
 
BiMapOneToMany<K,V> - Class in org.jjoost.collections.bimaps
 
BiMapOneToMany(Map<K, V>, MultiMap<V, K>) - Constructor for class org.jjoost.collections.bimaps.BiMapOneToMany
 
BiMapOneToOne<K,V> - Class in org.jjoost.collections.bimaps
 
BiMapOneToOne(Map<K, V>, Map<V, K>) - Constructor for class org.jjoost.collections.bimaps.BiMapOneToOne
 
binarySearch(E[], E) - Method in class org.jjoost.util.Ordering
Returns the first matching key in the provided array, if the array is sorted in ascending order and the key exists
binarySearch(E[], E, int, int) - Method in class org.jjoost.util.Ordering
Returns the first matching key in the provided array in the range a[fromIndex, toIndex), if the array is sorted in ascending order and the key exists
binarySearch(List<? extends E>, E) - Method in class org.jjoost.util.Ordering
Returns the first matching key in the provided list, if the array is sorted in ascending order and the key exists
binarySearch(List<? extends E>, E, int, int) - Method in class org.jjoost.util.Ordering
Returns the first matching key in the provided list in the range a[fromIndex, toIndex), if the array is sorted in ascending order and the key exists
blocking() - Static method in class org.jjoost.collections.base.HashStoreType
 
BothFilter<E> - Interface in org.jjoost.util.filters
A convenience interface for classes implementing both Filter and FilterPartialOrder
BothFilterAnd<E,F extends Filter<? super E> & FilterPartialOrder<E>> - Class in org.jjoost.util.filters
A filter representing the conjunction (i.e.
BothFilterAnd(F, F) - Constructor for class org.jjoost.util.filters.BothFilterAnd
Construct a new filter representing the conjunction (i.e.
BothFilterMultiAnd<E,F extends Filter<? super E> & FilterPartialOrder<E>> - Class in org.jjoost.util.filters
A filter representing the conjunction (i.e.
BothFilterMultiAnd(F...) - Constructor for class org.jjoost.util.filters.BothFilterMultiAnd
Construct a new filter representing the conjunction (i.e.
BothFilterMultiAnd(Iterable<? extends F>) - Constructor for class org.jjoost.util.filters.BothFilterMultiAnd
Construct a new filter representing the conjunction (i.e.
BothFilterMultiOr<E,F extends Filter<? super E> & FilterPartialOrder<E>> - Class in org.jjoost.util.filters
A filter representing the disjunction (i.e.
BothFilterMultiOr(F...) - Constructor for class org.jjoost.util.filters.BothFilterMultiOr
Construct a new filter representing the disjunction (i.e.
BothFilterMultiOr(Iterable<? extends F>) - Constructor for class org.jjoost.util.filters.BothFilterMultiOr
Construct a new filter representing the disjunction (i.e.
BothFilterNot<E,F extends Filter<? super E> & FilterPartialOrder<E>> - Class in org.jjoost.util.filters
A filter negating the supplied filter implementing both Filter and PartialOrder
BothFilterNot(F) - Constructor for class org.jjoost.util.filters.BothFilterNot
Construct a new filter negating the supplied filter
BothFilterOr<E,F extends Filter<? super E> & FilterPartialOrder<E>> - Class in org.jjoost.util.filters
A filter representing the disjunction (i.e.
BothFilterOr(F, F) - Constructor for class org.jjoost.util.filters.BothFilterOr
Construct a new filter representing the disjunction (i.e.
boundaries(C, Function<? super N, ? extends C>, Comparator<? super C>, boolean, Function<? super N, ? extends V>) - Method in interface org.jjoost.collections.base.OrderedStore
 
boundaries(C, Function<? super N, ? extends C>, Comparator<? super C>, boolean, Function<? super N, ? extends F>, Comparator<? super F>, boolean, FilterPartialOrder<F>, Function<? super N, ? extends V>) - Method in interface org.jjoost.collections.base.OrderedStore
 
byteArray() - Static method in class org.jjoost.util.Equalities
Returns an Equality over objects of type byte[], delegating to java.util.Arrays.equals(a, b) and java.util.Arrays.hashCode(k)

A B C D E F G H I J K L M N O P R S T U V W