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

A

AbstractArraySet<V> - Class in org.jjoost.collections.sets.base
 
AbstractArraySet(int) - Constructor for class org.jjoost.collections.sets.base.AbstractArraySet
 
AbstractArraySet(int, Equality<? super V>) - Constructor for class org.jjoost.collections.sets.base.AbstractArraySet
 
AbstractBiMap<K,V,M extends AnyMap<K,V>,I extends AnyMap<V,K>> - Class in org.jjoost.collections.bimaps
 
AbstractHashMap<K,V,N extends HashNode<N> & java.util.Map.Entry<K,V>> - Class in org.jjoost.collections.maps.base
 
AbstractHashSet<V,N extends HashNode<N> & Value<V>> - Class in org.jjoost.collections.sets.base
 
AbstractHashSet.LockFreeHashSetNode<V> - Class in org.jjoost.collections.sets.base
 
AbstractHashSet.LockFreeHashSetNode(int, V) - Constructor for class org.jjoost.collections.sets.base.AbstractHashSet.LockFreeHashSetNode
 
AbstractHashSet.LockFreeHashSetNodeFactory<V> - Class in org.jjoost.collections.sets.base
 
AbstractHashSet.LockFreeHashSetNodeFactory() - Constructor for class org.jjoost.collections.sets.base.AbstractHashSet.LockFreeHashSetNodeFactory
 
AbstractHashSet.LockFreeLinkedHashSetNode<V> - Class in org.jjoost.collections.sets.base
 
AbstractHashSet.LockFreeLinkedHashSetNode(int, V) - Constructor for class org.jjoost.collections.sets.base.AbstractHashSet.LockFreeLinkedHashSetNode
 
AbstractHashSet.LockFreeLinkedHashSetNodeFactory<V> - Class in org.jjoost.collections.sets.base
 
AbstractHashSet.LockFreeLinkedHashSetNodeFactory() - Constructor for class org.jjoost.collections.sets.base.AbstractHashSet.LockFreeLinkedHashSetNodeFactory
 
AbstractHashSet.SerialHashSetNode<V> - Class in org.jjoost.collections.sets.base
 
AbstractHashSet.SerialHashSetNode(int, V) - Constructor for class org.jjoost.collections.sets.base.AbstractHashSet.SerialHashSetNode
 
AbstractHashSet.SerialHashSetNodeFactory<V> - Class in org.jjoost.collections.sets.base
 
AbstractHashSet.SerialHashSetNodeFactory() - Constructor for class org.jjoost.collections.sets.base.AbstractHashSet.SerialHashSetNodeFactory
 
AbstractHashSet.SerialLinkedHashSetNode<V> - Class in org.jjoost.collections.sets.base
 
AbstractHashSet.SerialLinkedHashSetNode(int, V) - Constructor for class org.jjoost.collections.sets.base.AbstractHashSet.SerialLinkedHashSetNode
 
AbstractHashSet.SerialLinkedHashSetNodeFactory<V> - Class in org.jjoost.collections.sets.base
 
AbstractHashSet.SerialLinkedHashSetNodeFactory() - Constructor for class org.jjoost.collections.sets.base.AbstractHashSet.SerialLinkedHashSetNodeFactory
 
AbstractIterable<E> - Class in org.jjoost.collections.iters
 
AbstractIterable() - Constructor for class org.jjoost.collections.iters.AbstractIterable
 
AbstractSet<V> - Class in org.jjoost.collections.sets.base
 
AbstractSet() - Constructor for class org.jjoost.collections.sets.base.AbstractSet
 
AbstractUniqueSetAdapter<V> - Class in org.jjoost.collections.sets.base
 
AbstractUniqueSetAdapter() - Constructor for class org.jjoost.collections.sets.base.AbstractUniqueSetAdapter
 
accept(E) - Method in interface org.jjoost.util.Filter
Returns true if the Filter accepts the parameter and false otherwise
accept(P, Comparator<? super P>) - Method in interface org.jjoost.util.FilterPartialOrder
Return true iff this filter and comparator combination accept the provided value
accept(E) - Method in class org.jjoost.util.filters.AcceptAll
 
accept(E, Comparator<? super E>) - Method in class org.jjoost.util.filters.AcceptAll
 
accept(E) - Method in class org.jjoost.util.filters.AcceptBetween
 
accept(E) - Method in class org.jjoost.util.filters.AcceptEqual
 
accept(E, Comparator<? super E>) - Method in class org.jjoost.util.filters.AcceptEqual
 
accept(E) - Method in class org.jjoost.util.filters.AcceptGreater
 
accept(E) - Method in class org.jjoost.util.filters.AcceptGreaterEqual
 
accept(E) - Method in class org.jjoost.util.filters.AcceptIfMember
 
accept(E) - Method in class org.jjoost.util.filters.AcceptIfNonEmptyString
 
accept(E) - Method in class org.jjoost.util.filters.AcceptIfNotNull
 
accept(E) - Method in class org.jjoost.util.filters.AcceptIfNull
 
accept(E) - Method in class org.jjoost.util.filters.AcceptLess
 
accept(E) - Method in class org.jjoost.util.filters.AcceptLessEqual
 
accept(E) - Method in class org.jjoost.util.filters.AcceptNone
 
accept(E, Comparator<? super E>) - Method in class org.jjoost.util.filters.AcceptNone
 
accept(V) - Method in class org.jjoost.util.filters.AcceptUnique
 
accept(V, Comparator<? super V>) - Method in class org.jjoost.util.filters.AcceptUniqueAscendingSequence
 
accept(V, Comparator<? super V>) - Method in class org.jjoost.util.filters.AcceptUniqueDescendingSequence
 
accept(V) - Method in class org.jjoost.util.filters.AcceptUniqueSequence
 
accept(E) - Method in class org.jjoost.util.filters.BothFilterAnd
 
accept(E, Comparator<? super E>) - Method in class org.jjoost.util.filters.BothFilterAnd
 
accept(E) - Method in class org.jjoost.util.filters.BothFilterMultiAnd
 
accept(E, Comparator<? super E>) - Method in class org.jjoost.util.filters.BothFilterMultiAnd
 
accept(E) - Method in class org.jjoost.util.filters.BothFilterMultiOr
 
accept(E, Comparator<? super E>) - Method in class org.jjoost.util.filters.BothFilterMultiOr
 
accept(E) - Method in class org.jjoost.util.filters.BothFilterNot
 
accept(E, Comparator<? super E>) - Method in class org.jjoost.util.filters.BothFilterNot
 
accept(E) - Method in class org.jjoost.util.filters.BothFilterOr
 
accept(E, Comparator<? super E>) - Method in class org.jjoost.util.filters.BothFilterOr
 
accept(E) - Method in class org.jjoost.util.filters.FilterAnd
 
accept(E) - Method in class org.jjoost.util.filters.FilterMultiAnd
 
accept(E) - Method in class org.jjoost.util.filters.FilterMultiOr
 
accept(E) - Method in class org.jjoost.util.filters.FilterNot
 
accept(E) - Method in class org.jjoost.util.filters.FilterOr
 
accept(String) - Method in class org.jjoost.util.filters.FilterPattern
 
accept(X) - Method in class org.jjoost.util.filters.MappedFilter
 
accept(E, Comparator<? super E>) - Method in class org.jjoost.util.filters.PartialOrderAcceptBetween
 
accept(E, Comparator<? super E>) - Method in class org.jjoost.util.filters.PartialOrderAcceptGreater
 
accept(E, Comparator<? super E>) - Method in class org.jjoost.util.filters.PartialOrderAcceptGreaterEqual
 
accept(E, Comparator<? super E>) - Method in class org.jjoost.util.filters.PartialOrderAcceptLess
 
accept(E, Comparator<? super E>) - Method in class org.jjoost.util.filters.PartialOrderAcceptLessEqual
 
accept(P, Comparator<? super P>) - Method in class org.jjoost.util.filters.PartialOrderAnd
 
accept(P, Comparator<? super P>) - Method in class org.jjoost.util.filters.PartialOrderMultiAnd
 
accept(P, Comparator<? super P>) - Method in class org.jjoost.util.filters.PartialOrderMultiOr
 
accept(P, Comparator<? super P>) - Method in class org.jjoost.util.filters.PartialOrderNot
 
accept(P, Comparator<? super P>) - Method in class org.jjoost.util.filters.PartialOrderOr
 
accept(T, Comparator<? super T>) - Method in class org.jjoost.util.filters.PartialOrderOverride
 
AcceptAll<E> - Class in org.jjoost.util.filters
A filter that accepts everything (i.e.
acceptAll() - Static method in class org.jjoost.util.Filters
Return a filter that accepts everything (i.e.
AcceptAll() - Constructor for class org.jjoost.util.filters.AcceptAll
 
AcceptBetween<E extends java.lang.Comparable<? super E>> - Class in org.jjoost.util.filters
A filter that accepts everything between the provided lower and upper bounds, as determined by the Comparator provided to its methods.
AcceptBetween(E, boolean, E, boolean) - Constructor for class org.jjoost.util.filters.AcceptBetween
Constructs a new filter that accepts everything between the provided lower and upper bounds, as determined by the Comparator provided to its methods.
AcceptEqual<E> - Class in org.jjoost.util.filters
A filter accepting only values equal to the one provided, using the provided definition of equality.
AcceptEqual(E, Equality<? super E>) - Constructor for class org.jjoost.util.filters.AcceptEqual
Constructs a new filter accepting only values equal to the one provided, using the provided definition of equality.
AcceptGreater<E extends java.lang.Comparable<? super E>> - Class in org.jjoost.util.filters
A partial order filter that accepts everything greater than the provided value as determined by the Comparator provided to its methods by utilising classes.
AcceptGreater(E) - Constructor for class org.jjoost.util.filters.AcceptGreater
Constructs a new partial order filter that accepts everything greater than the provided value as determined by the Comparator provided to its methods by utilising classes.
AcceptGreaterEqual<E extends java.lang.Comparable<? super E>> - Class in org.jjoost.util.filters
A partial order filter that accepts everything greater than or equal to the provided value, as determined by the Comparator provided to its methods by utilising classes.
AcceptGreaterEqual(E) - Constructor for class org.jjoost.util.filters.AcceptGreaterEqual
Constructs a partial order filter that accepts everything greater than the provided value as determined by the Comparator provided to its methods by utilising classes.
AcceptIfMember<E> - Class in org.jjoost.util.filters
A filter accepting values that are members of the provided set
AcceptIfMember(AnySet<E>) - Constructor for class org.jjoost.util.filters.AcceptIfMember
Constructs a new filter accepting values that are members of the provided set
AcceptIfMember(E...) - Constructor for class org.jjoost.util.filters.AcceptIfMember
Constructs a new filter accepting values that are members of the provided set
AcceptIfMember(Iterable<E>) - Constructor for class org.jjoost.util.filters.AcceptIfMember
Constructs a new filter accepting values that are members of the provided set
AcceptIfNonEmptyString<E> - Class in org.jjoost.util.filters
A Filter accepting any Object that is not null, and whose toString() method returns something that is neither null, nor of zero length
AcceptIfNonEmptyString() - Constructor for class org.jjoost.util.filters.AcceptIfNonEmptyString
 
AcceptIfNotNull<E> - Class in org.jjoost.util.filters
A filter accepting everything except null
AcceptIfNotNull() - Constructor for class org.jjoost.util.filters.AcceptIfNotNull
 
AcceptIfNull<E> - Class in org.jjoost.util.filters
A filter accepting only values that are null
AcceptIfNull() - Constructor for class org.jjoost.util.filters.AcceptIfNull
 
AcceptLess<E extends java.lang.Comparable<? super E>> - Class in org.jjoost.util.filters
A partial order filter that accepts everything less than the provided value as determined by the Comparator provided to its methods by utilising classes.
AcceptLess(E) - Constructor for class org.jjoost.util.filters.AcceptLess
Constructs a new partial order filter that accepts everything less than the provided value as determined by the Comparator provided to its methods by utilising classes.
AcceptLessEqual<E extends java.lang.Comparable<? super E>> - Class in org.jjoost.util.filters
A partial order filter that accepts everything less than or equal to the provided value, as determined by the Comparator provided to its methods by utilising classes.
AcceptLessEqual(E) - Constructor for class org.jjoost.util.filters.AcceptLessEqual
Constructs a new partial order filter that accepts everything less than oe equal to the provided value, as determined by the Comparator provided to its methods by utilising classes.
AcceptNone<E> - Class in org.jjoost.util.filters
A filter that accepts nothing (i.e.
acceptNone() - Static method in class org.jjoost.util.Filters
Return a filter that accepts nothing (i.e.
AcceptNone() - Constructor for class org.jjoost.util.filters.AcceptNone
 
AcceptUnique<V> - Class in org.jjoost.util.filters
A Filter which returns true if and only if it has never seen the value being tested before, using the provided set to maintain the previously visited set of values.
AcceptUnique() - Constructor for class org.jjoost.util.filters.AcceptUnique
Construct a new AcceptUnique using default propreties (hash set using Object.equals() and Object.hashCode())
AcceptUnique(Set<V>) - Constructor for class org.jjoost.util.filters.AcceptUnique
Construct a new AcceptUnique using the provided set to maintain the previously visited set of values
AcceptUniqueAscendingSequence<V> - Class in org.jjoost.util.filters
A partial order filter which will accept a value only if it has never previously seen a value greater than or equal to the value being tested; in an ordered set this results in unique values being efficiently obtained if applied in an ascending order visit of some kind; it is a one shot filter, however, given the state stored.
AcceptUniqueAscendingSequence() - Constructor for class org.jjoost.util.filters.AcceptUniqueAscendingSequence
 
AcceptUniqueDescendingSequence<V> - Class in org.jjoost.util.filters
A partial order filter which will accept a value only if it has never previously seen a value less than or equal to the value being tested; in an ordered set this results in unique values being efficiently obtained if applied in an descending order visit of some kind; it is a one shot filter, however, given the state stored.
AcceptUniqueDescendingSequence() - Constructor for class org.jjoost.util.filters.AcceptUniqueDescendingSequence
 
AcceptUniqueSequence<V> - Class in org.jjoost.util.filters
A Filter which returns true if and only if the previously tested value is not equal to the value being tested, using the provided definition of equality.
AcceptUniqueSequence() - Constructor for class org.jjoost.util.filters.AcceptUniqueSequence
Construct a new Filter which returns true if and only if the previously tested value is not equal to the value being tested, using regular object equality.
AcceptUniqueSequence(Equality<? super V>) - Constructor for class org.jjoost.util.filters.AcceptUniqueSequence
Construct a new Filter which returns true if and only if the previously tested value is not equal to the value being tested, using the provided definition of equality.
AdapterFromJDKMap<K,V> - Class in org.jjoost.collections.maps.wrappers
 
AdapterFromJDKMap(Map<K, V>) - Constructor for class org.jjoost.collections.maps.wrappers.AdapterFromJDKMap
 
AdapterFromJDKSet<V> - Class in org.jjoost.collections.sets.wrappers
 
AdapterFromJDKSet(Set<V>) - Constructor for class org.jjoost.collections.sets.wrappers.AdapterFromJDKSet
 
AdapterToJDKMap<K,V> - Class in org.jjoost.collections.maps.wrappers
 
AdapterToJDKMap(Class<K>, Class<V>, Map<K, V>) - Constructor for class org.jjoost.collections.maps.wrappers.AdapterToJDKMap
 
AdapterToJDKSet<V> - Class in org.jjoost.collections.sets.wrappers
 
AdapterToJDKSet(Class<V>, Set<V>) - Constructor for class org.jjoost.collections.sets.wrappers.AdapterToJDKSet
 
add(K, V) - Method in interface org.jjoost.collections.AnyMap
Attempt to add the pair to the map, returning false if it could not be added, and true otherwise.
add(V) - Method in interface org.jjoost.collections.AnySet
Attempt to add the value to the set, returning false if the value could not be added, and true if it was.
add(K, V) - Method in class org.jjoost.collections.bimaps.AbstractBiMap
 
add(Iterable<? extends E>) - Method in class org.jjoost.collections.iters.ConcatIterable
 
add(E) - Method in class org.jjoost.collections.lists.LeakyList
 
add(E) - Method in class org.jjoost.collections.lists.UniformList
 
add() - Method in class org.jjoost.collections.lists.UniformList
 
add(int, E) - Method in class org.jjoost.collections.lists.UniformList
 
add(K, V) - Method in class org.jjoost.collections.maps.base.InlineListHashMap
 
add(K, V) - Method in class org.jjoost.collections.maps.base.InlineMultiHashMap
 
add(K, V) - Method in class org.jjoost.collections.maps.base.ScalarHashMap
 
add(K, V) - Method in class org.jjoost.collections.maps.nested.NestedSetMap
 
add(K, V) - Method in class org.jjoost.collections.maps.wrappers.AdapterFromJDKMap
 
add(K, V) - Method in class org.jjoost.collections.maps.wrappers.DefaultFactoryMap
 
add(K, V) - Method in class org.jjoost.collections.maps.wrappers.DefaultFunctionMap
 
add(K, V) - Method in class org.jjoost.collections.maps.wrappers.SynchronizedArbitraryMap
 
add(V) - Method in class org.jjoost.collections.sets.base.AbstractUniqueSetAdapter
 
add(V) - Method in class org.jjoost.collections.sets.base.HashSet
 
add(V) - Method in class org.jjoost.collections.sets.base.InlineMultiHashSet
 
add(V) - Method in class org.jjoost.collections.sets.base.IterableSet
 
add(V) - Method in class org.jjoost.collections.sets.base.NestedMultiHashSet
 
add(V) - Method in class org.jjoost.collections.sets.serial.ArraySet
 
add(V) - Method in class org.jjoost.collections.sets.serial.MultiArraySet
 
add(V) - Method in class org.jjoost.collections.sets.wrappers.AdapterFromJDKSet
 
add(V) - Method in class org.jjoost.collections.sets.wrappers.AdapterToJDKSet
 
add(V) - Method in class org.jjoost.collections.sets.wrappers.SynchronizedArbitrarySet
 
add(int) - Method in interface org.jjoost.util.Counter
returns true if adding the provided integer does not reduce the value to below zero; if true then the value was added to the Counter
add(int) - Method in class org.jjoost.util.Counters.DontCounter
 
add(int) - Method in class org.jjoost.util.Counters.SerialCounter
 
add(int) - Method in class org.jjoost.util.Counters.ThreadSafeCounter
 
addAll(Collection<? extends E>) - Method in class org.jjoost.collections.lists.UniformList
 
addAll(int, Collection<? extends E>) - Method in class org.jjoost.collections.lists.UniformList
 
addAll(Collection<? extends V>) - Method in class org.jjoost.collections.sets.wrappers.AdapterToJDKSet
 
all(V) - Method in interface org.jjoost.collections.AnyReadSet
Returns an Iterable of all values contained in the set which are equal to the parameter, as determined by the set's definition of equality.
all(Function<? super N, ? extends NCmp>, HashNodeEquality<? super NCmp, ? super N>, Function<? super N, ? extends V>) - Method in interface org.jjoost.collections.base.HashStore
 
all(Function<? super N, ? extends NCmp>, HashNodeEquality<? super NCmp, ? super N>, Function<? super N, ? extends V>) - Method in class org.jjoost.collections.base.LockFreeHashStore
 
all(Function<? super N, ? extends NCmp>, HashNodeEquality<? super NCmp, ? super N>, Function<? super N, ? extends V>) - Method in class org.jjoost.collections.base.LockFreeLinkedHashStore
 
all(boolean, C, Function<? super N, ? extends C>, Comparator<? super C>, boolean, Function<? super N, ? extends V>) - Method in interface org.jjoost.collections.base.OrderedStore
 
all(boolean, FilterPartialOrder<C>, Function<? super N, ? extends C>, Comparator<? super C>, boolean, Function<? super N, ? extends V>) - Method in interface org.jjoost.collections.base.OrderedStore
 
all(Function<? super N, ? extends NCmp>, HashNodeEquality<? super NCmp, ? super N>, Function<? super N, ? extends V>) - Method in class org.jjoost.collections.base.SegmentedHashStore
 
all(Function<? super N, ? extends NCmp>, HashNodeEquality<? super NCmp, ? super N>, Function<? super N, ? extends V>) - Method in class org.jjoost.collections.base.SerialHashStore
 
all(Function<? super N, ? extends NCmp>, HashNodeEquality<? super NCmp, ? super N>, Function<? super N, ? extends V>) - Method in class org.jjoost.collections.base.SerialLinkedHashStore
 
all(Function<? super N, ? extends NCmp>, HashNodeEquality<? super NCmp, ? super N>, Function<? super N, ? extends V>) - Method in class org.jjoost.collections.base.SynchronizedHashStore
 
all(V) - Method in class org.jjoost.collections.sets.base.AbstractHashSet
 
all(V) - Method in class org.jjoost.collections.sets.base.AbstractUniqueSetAdapter
 
all(V) - Method in class org.jjoost.collections.sets.base.IterableSet
 
all(V) - Method in class org.jjoost.collections.sets.base.NestedMultiHashSet
 
all(V) - Method in class org.jjoost.collections.sets.serial.ArraySet
 
all(V) - Method in class org.jjoost.collections.sets.serial.MultiArraySet
 
all(V) - Method in class org.jjoost.collections.sets.wrappers.AdapterFromJDKSet
 
all(V) - Method in class org.jjoost.collections.sets.wrappers.SynchronizedArbitrarySet
 
and(Filter<? super E>, Filter<? super E>) - Static method in class org.jjoost.util.Filters
Returns the conjunction (i.e.
and(Filter<? super E>...) - Static method in class org.jjoost.util.Filters
Returns the conjunction (i.e.
and(Iterable<Filter<? super E>>) - Static method in class org.jjoost.util.Filters
Returns the conjunction (i.e.
and(FilterPartialOrder<E>, FilterPartialOrder<E>) - Static method in class org.jjoost.util.Filters
Returns the conjunction (i.e.
and(FilterPartialOrder<E>...) - Static method in class org.jjoost.util.Filters
Returns the conjunction (i.e.
and(Iterable<? extends FilterPartialOrder<E>>) - Static method in class org.jjoost.util.Filters
Returns the conjunction (i.e.
and(F, F) - Static method in class org.jjoost.util.Filters
Returns the conjunction (i.e.
and(F...) - Static method in class org.jjoost.util.Filters
Returns the conjunction (i.e.
and(Iterable<? extends F>) - Static method in class org.jjoost.util.Filters
Returns the conjunction (i.e.
AnyMap<K,V> - Interface in org.jjoost.collections
This interface is the common ancestor of all modifiable Jjoost maps.
AnyReadMap<K,V> - Interface in org.jjoost.collections
This interface is the common ancestor of all Jjoost maps.
AnyReadSet<V> - Interface in org.jjoost.collections
This interface is the common ancestor of all Jjoost sets.
AnySet<V> - Interface in org.jjoost.collections
This interface is the common ancestor of all modifiable Jjoost sets.
apply(K) - Method in class org.jjoost.collections.bimaps.BiMapListToList
 
apply(K) - Method in class org.jjoost.collections.bimaps.BiMapListToMany
 
apply(K) - Method in class org.jjoost.collections.bimaps.BiMapManyToList
 
apply(K) - Method in class org.jjoost.collections.bimaps.BiMapManyToMany
 
apply(K) - Method in class org.jjoost.collections.bimaps.BiMapManyToOne
 
apply(K) - Method in class org.jjoost.collections.bimaps.BiMapOneToMany
 
apply(K) - Method in class org.jjoost.collections.bimaps.BiMapOneToOne
 
apply(K) - Method in class org.jjoost.collections.maps.base.InlineListHashMap
 
apply(K) - Method in class org.jjoost.collections.maps.base.InlineMultiHashMap
 
apply(K) - Method in class org.jjoost.collections.maps.base.ScalarHashMap
 
apply(K) - Method in class org.jjoost.collections.maps.nested.NestedSetListMap
 
apply(K) - Method in class org.jjoost.collections.maps.nested.NestedSetMultiMap
 
apply(K) - Method in class org.jjoost.collections.maps.wrappers.AdapterFromJDKMap
 
apply(K) - Method in class org.jjoost.collections.maps.wrappers.DefaultFactoryMap
 
apply(K) - Method in class org.jjoost.collections.maps.wrappers.DefaultFunctionMap
 
apply(K) - Method in class org.jjoost.collections.maps.wrappers.SynchronizedListMap
 
apply(K) - Method in class org.jjoost.collections.maps.wrappers.SynchronizedMap
 
apply(K) - Method in class org.jjoost.collections.maps.wrappers.SynchronizedMultiMap
 
apply(V) - Method in class org.jjoost.collections.sets.base.AbstractArraySet
 
apply(V) - Method in class org.jjoost.collections.sets.base.AbstractHashSet
 
apply(V) - Method in class org.jjoost.collections.sets.base.AbstractUniqueSetAdapter
 
apply(V) - Method in class org.jjoost.collections.sets.base.IterableSet
 
apply(V) - Method in class org.jjoost.collections.sets.base.NestedMultiHashSet
 
apply(V) - Method in class org.jjoost.collections.sets.wrappers.AdapterFromJDKSet
 
apply(V) - Method in class org.jjoost.collections.sets.wrappers.SynchronizedArbitrarySet
 
apply(Collection<E>, Filter<? super E>) - Static method in class org.jjoost.util.Filters
Returns a new ArrayList representing the items from the provided Collection that when passed to the provided filter's accept() method, returned true.
apply(Iterable<E>, Filter<? super E>) - Static method in class org.jjoost.util.Filters
Returns an Iterable whose iterator() method will yield a lazily filtered Iterator wrapping the one returned by the Iterable provided to this method, filtered by the provided filter.
apply(Iterator<E>, Filter<? super E>) - Static method in class org.jjoost.util.Filters
Returns an Iterator wrapping the one provided and lazily filtering its contents by the provided filter.
apply(ClosableIterator<E>, Filter<? super E>) - Static method in class org.jjoost.util.Filters
Returns a ClosableIterator wrapping the one provided and lazily filtering its contents by the provided filter
apply(Filter<? super E>, Collection<E>) - Static method in class org.jjoost.util.Filters
Returns a new ArrayList representing the items from the provided Collection that when passed to the provided filter's accept() method, returned true.
apply(Filter<? super E>, Iterable<E>) - Static method in class org.jjoost.util.Filters
Returns an Iterable whose iterator() method will yield a lazily filtered Iterator wrapping the one returned by the Iterable provided to this method, filtered by the provided filter.
apply(Filter<? super E>, Iterator<E>) - Static method in class org.jjoost.util.Filters
Returns an Iterator wrapping the one provided and lazily filtering its contents by the provided filter.
apply(Filter<? super E>, ClosableIterator<E>) - Static method in class org.jjoost.util.Filters
Returns an ClosableIterator wrapping the one provided and lazily filtering its contents by the provided filter.
apply(X) - Method in interface org.jjoost.util.Function
Returns the result of applying the function to the parameter
apply(E) - Method in class org.jjoost.util.Functions.AbstractValueProjection
 
apply(Function<? super E, ? extends F>, List<? extends E>) - Static method in class org.jjoost.util.Functions
Creates a new ArrayList that contains the result of applying the provided function to every element in the provided list.
apply(List<? extends E>, Function<? super E, ? extends F>) - Static method in class org.jjoost.util.Functions
Creates a new ArrayList that contains the result of applying the provided function to every element in the provided list.
apply(Function<? super E, ? extends F>, Iterable<? extends E>) - Static method in class org.jjoost.util.Functions
Returns a new Iterable which lazily applies the provided function to all iterators constructed from it.
apply(Iterable<? extends E>, Function<? super E, ? extends F>) - Static method in class org.jjoost.util.Functions
Returns a new Iterable which lazily applies the provided function to all iterators constructed from it.
apply(Iterator<? extends E>, Function<? super E, ? extends F>) - Static method in class org.jjoost.util.Functions
Returns a new iterator which returns f.f(iter.next()) for each call to next() in the resulting iterator.
apply(Function<? super E, ? extends F>, Iterator<? extends E>) - Static method in class org.jjoost.util.Functions
Returns a new iterator which returns f.f(iter.next()) for each call to next() in the resulting iterator.
apply(ClosableIterator<? extends E>, Function<? super E, ? extends F>) - Static method in class org.jjoost.util.Functions
/** Returns a new iterator which returns f.f(iter.next()) for each call to next() in the resulting iterator.
apply(Function<? super E, ? extends F>, ClosableIterator<? extends E>) - Static method in class org.jjoost.util.Functions
Returns a new iterator which returns f.f(iter.next()) for each call to next() in the resulting iterator.
apply(E) - Method in class org.jjoost.util.Functions.FieldProjection
 
apply(E) - Method in class org.jjoost.util.Functions.MapEntryKeyProjection
 
apply(E) - Method in class org.jjoost.util.Functions.MapEntryValueProjection
 
apply(E) - Method in class org.jjoost.util.Functions.MethodProjection
 
ArrayIterable<E> - Class in org.jjoost.collections.iters
This class creates an Iterable (i.e.
ArrayIterable(E...) - Constructor for class org.jjoost.collections.iters.ArrayIterable
 
ArrayIterable(E[], int, int) - Constructor for class org.jjoost.collections.iters.ArrayIterable
 
ArrayIterator<E> - Class in org.jjoost.collections.iters
This class creates an Iterator from the supplied array
ArrayIterator(E...) - Constructor for class org.jjoost.collections.iters.ArrayIterator
 
ArrayIterator(E[], int, int) - Constructor for class org.jjoost.collections.iters.ArrayIterator
 
ArraySet<V> - Class in org.jjoost.collections.sets.serial
 
ArraySet(int) - Constructor for class org.jjoost.collections.sets.serial.ArraySet
 
ArraySet(int, Equality<? super V>) - Constructor for class org.jjoost.collections.sets.serial.ArraySet
 

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