JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
A
AbstractHashable
- Class in
net.anwiba.commons.lang.hashable
AbstractHashable()
- Constructor for class net.anwiba.commons.lang.hashable.
AbstractHashable
accept(T)
- Method in interface net.anwiba.commons.lang.functional.
IAcceptor
accept(IAcceptor<T>)
- Method in interface net.anwiba.commons.lang.optional.
IOptional
accept(IAcceptor<T>)
- Method in class net.anwiba.commons.lang.optional.
Optional
add(T...)
- Method in interface net.anwiba.commons.lang.collection.
IMutableObjectCollection
add(T...)
- Method in class net.anwiba.commons.lang.collection.
ObjectCollection
add(T...)
- Method in class net.anwiba.commons.lang.collection.
ObjectList
add(int)
- Method in class net.anwiba.commons.lang.counter.
Counter
add(Map.Entry<K, V>)
- Method in class net.anwiba.commons.lang.hashable.
HashableEntrySet
add(V)
- Method in class net.anwiba.commons.lang.hashable.
HashableSet
add(T...)
- Method in interface net.anwiba.commons.lang.object.
IObjectListReceiver
add(Iterable<T>)
- Method in interface net.anwiba.commons.lang.object.
IObjectListReceiver
add(O, T)
- Method in interface net.anwiba.commons.lang.stream.
IAccumulator
AlpaNumericStringComparator
- Class in
net.anwiba.commons.lang.comparable
AlpaNumericStringComparator()
- Constructor for class net.anwiba.commons.lang.comparable.
AlpaNumericStringComparator
arrive(IItem<K, V>)
- Method in interface net.anwiba.commons.lang.tree.walker.
IItemVisitor
asCollection()
- Method in interface net.anwiba.commons.lang.stream.
IStream
asIterable()
- Method in interface net.anwiba.commons.lang.stream.
IStream
asList()
- Method in interface net.anwiba.commons.lang.stream.
IStream
asObjectList()
- Method in interface net.anwiba.commons.lang.stream.
IStream
B
BreadthFirstSearchValueIterator
<
K
,
V
> - Class in
net.anwiba.commons.lang.tree.iterator
BreadthFirstSearchValueIterator(ITreeItem<K, V>)
- Constructor for class net.anwiba.commons.lang.tree.iterator.
BreadthFirstSearchValueIterator
BreadthFirstSearchValueIteratorFactory
<
K
,
V
> - Class in
net.anwiba.commons.lang.tree.iterator
BreadthFirstSearchValueIteratorFactory()
- Constructor for class net.anwiba.commons.lang.tree.iterator.
BreadthFirstSearchValueIteratorFactory
C
calculate(Integer, Integer)
- Method in class net.anwiba.commons.lang.tree.distance.
IntegerDistanceCalculator
calculate(T, T)
- Method in interface net.anwiba.commons.lang.tree.distance.
IObjectDistanceCalculator
calculate(String, String)
- Method in class net.anwiba.commons.lang.tree.distance.
LevenshteinStringDistanceCalculator
calculate()
- Method in class net.anwiba.commons.lang.tree.
TreeItemChooser.ObjectPair
choose(Comparator<K>, ITreeItem<K, V>, K, V)
- Method in interface net.anwiba.commons.lang.tree.
ITreeItemChooser
choose(Comparator<K>, ITreeItem<K, V>, K, V)
- Method in class net.anwiba.commons.lang.tree.
TreeItemChooser
clear()
- Method in class net.anwiba.commons.lang.hashable.
HashableEntrySet
clear()
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
clear()
- Method in class net.anwiba.commons.lang.hashable.
HashableSet
clone()
- Method in class net.anwiba.commons.lang.hashable.
HashableEntrySet
clone()
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
clone()
- Method in class net.anwiba.commons.lang.hashable.
HashableSet
close()
- Method in interface net.anwiba.commons.lang.functional.
ICloseable
ComparableComparator
<
C
extends
Comparable
<
C
>> - Class in
net.anwiba.commons.lang.comparable
ComparableComparator()
- Constructor for class net.anwiba.commons.lang.comparable.
ComparableComparator
compare(String, String)
- Method in class net.anwiba.commons.lang.comparable.
AlpaNumericStringComparator
compare(C, C)
- Method in class net.anwiba.commons.lang.comparable.
ComparableComparator
compare(Number, Number)
- Method in class net.anwiba.commons.lang.comparable.
NumberComparator
compare(T, T)
- Method in interface net.anwiba.commons.lang.functional.
IEqualComperator
compareImpl(Number, Number)
- Static method in class net.anwiba.commons.lang.comparable.
NumberComparator
COMPLEX
- Static variable in class net.anwiba.commons.lang.tree.converter.
ItemToStringConverter
consum(IConsumer<T, E>)
- Method in interface net.anwiba.commons.lang.optional.
IOptional
consum(IConsumer<T, E>)
- Method in class net.anwiba.commons.lang.optional.
Optional
consum(IProcedure<T, E>)
- Method in interface net.anwiba.commons.lang.stream.
IStream
consume(I)
- Method in interface net.anwiba.commons.lang.stream.
IConsumer
contains(Object)
- Method in class net.anwiba.commons.lang.hashable.
HashableEntrySet
contains(Object)
- Method in class net.anwiba.commons.lang.hashable.
HashableSet
containsKey(Object)
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
containsValue(Object)
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
ContractFailedException
- Exception in
net.anwiba.commons.lang.exception
ContractFailedException(String)
- Constructor for exception net.anwiba.commons.lang.exception.
ContractFailedException
ConversionException
- Exception in
net.anwiba.commons.lang.functional
ConversionException(String, Throwable)
- Constructor for exception net.anwiba.commons.lang.functional.
ConversionException
ConversionException(String)
- Constructor for exception net.anwiba.commons.lang.functional.
ConversionException
ConversionException(Throwable)
- Constructor for exception net.anwiba.commons.lang.functional.
ConversionException
convert(I)
- Method in interface net.anwiba.commons.lang.functional.
IConverter
convert(IConverter<T, O, E>)
- Method in interface net.anwiba.commons.lang.optional.
IOptional
convert(IConverter<T, O, E>)
- Method in class net.anwiba.commons.lang.optional.
Optional
convert(IConverter<T, O, E>)
- Method in interface net.anwiba.commons.lang.stream.
IStream
ConvertingIterableIterable
<
I
,
O
,
E
extends
Exception
> - Class in
net.anwiba.commons.lang.stream
ConvertingIterableIterable(IIterable<I, E>, IAcceptor<I>, IConverter<I, O, E>)
- Constructor for class net.anwiba.commons.lang.stream.
ConvertingIterableIterable
ConvertingIteratorIterator
<
I
,
O
,
E
extends
Exception
> - Class in
net.anwiba.commons.lang.stream
ConvertingIteratorIterator(IIterator<I, E>, IAcceptor<I>, IConverter<I, O, E>)
- Constructor for class net.anwiba.commons.lang.stream.
ConvertingIteratorIterator
Counter
- Class in
net.anwiba.commons.lang.counter
Counter(long)
- Constructor for class net.anwiba.commons.lang.counter.
Counter
Counter(long, long)
- Constructor for class net.anwiba.commons.lang.counter.
Counter
create(I)
- Method in interface net.anwiba.commons.lang.object.
IObjectIteratorFactory
create(T)
- Static method in class net.anwiba.commons.lang.optional.
Optional
create(Iterable<T>)
- Static method in class net.anwiba.commons.lang.stream.
Streams
create(T[])
- Static method in class net.anwiba.commons.lang.stream.
Streams
create(ITreeItem<K, V>)
- Method in class net.anwiba.commons.lang.tree.iterator.
BreadthFirstSearchValueIteratorFactory
create(ITreeItem<K, V>)
- Method in class net.anwiba.commons.lang.tree.iterator.
DeepFirstSearchValueIteratorFactory
create(ITreeItem<K, V>)
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedKeyIteratorFactory
create(ITreeItem<K, V>)
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedValueIteratorFactory
CreationException
- Exception in
net.anwiba.commons.lang.exception
CreationException(String, Throwable)
- Constructor for exception net.anwiba.commons.lang.exception.
CreationException
CreationException(String)
- Constructor for exception net.anwiba.commons.lang.exception.
CreationException
D
decrement()
- Method in class net.anwiba.commons.lang.counter.
Counter
decrement()
- Method in interface net.anwiba.commons.lang.counter.
ICounter
decrement()
- Method in interface net.anwiba.commons.lang.counter.
IIntCounter
decrement()
- Method in class net.anwiba.commons.lang.counter.
IntCounter
DeepFirstSearchValueIterator
<
K
,
V
> - Class in
net.anwiba.commons.lang.tree.iterator
DeepFirstSearchValueIterator(ITreeItem<K, V>)
- Constructor for class net.anwiba.commons.lang.tree.iterator.
DeepFirstSearchValueIterator
DeepFirstSearchValueIteratorFactory
<
K
,
V
> - Class in
net.anwiba.commons.lang.tree.iterator
DeepFirstSearchValueIteratorFactory()
- Constructor for class net.anwiba.commons.lang.tree.iterator.
DeepFirstSearchValueIteratorFactory
distinct()
- Method in interface net.anwiba.commons.lang.stream.
IStream
E
entrySet()
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
equals(Object)
- Method in class net.anwiba.commons.lang.hashable.
AbstractHashable
equals(Object)
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
equals(Object)
- Method in class net.anwiba.commons.lang.hashable.
MapEntry
equals(double, double)
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
equals(Object, Object)
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
equals(byte[], byte[])
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
equals(short[], short[])
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
equals(int[], int[])
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
equals(long[], long[])
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
equals(float[], float[])
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
equals(double[], double[])
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
equals(Object[], Object[])
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
equals(IConverter<T, O, E>, O)
- Method in interface net.anwiba.commons.lang.optional.
IOptional
equals(IConverter<T, O, E>, O)
- Method in class net.anwiba.commons.lang.optional.
Optional
equals(Object)
- Method in class net.anwiba.commons.lang.tree.
TreeItemChooser.ObjectPair
execute()
- Method in interface net.anwiba.commons.lang.functional.
IBlock
execute()
- Method in interface net.anwiba.commons.lang.functional.
IClosure
execute(I)
- Method in interface net.anwiba.commons.lang.functional.
IFunction
execute()
- Method in interface net.anwiba.commons.lang.functional.
IInterruptableClosure
execute(I)
- Method in interface net.anwiba.commons.lang.functional.
IInterruptableFunction
execute(V)
- Method in interface net.anwiba.commons.lang.functional.
IInterruptableProcedure
execute(I)
- Method in interface net.anwiba.commons.lang.functional.
IProcedure
execute()
- Method in interface net.anwiba.commons.lang.functional.
IStrategy
F
filter(IAcceptor<T>)
- Method in interface net.anwiba.commons.lang.stream.
IStream
FilteredJavaUtilIterableIterable
<
T
,
E
extends
Exception
> - Class in
net.anwiba.commons.lang.stream
FilteredJavaUtilIterableIterable(Iterable<T>, IAcceptor<T>)
- Constructor for class net.anwiba.commons.lang.stream.
FilteredJavaUtilIterableIterable
FilteredJavaUtilIteratorIterator
<
T
,
E
extends
Exception
> - Class in
net.anwiba.commons.lang.stream
FilteredJavaUtilIteratorIterator(Iterator<T>, IAcceptor<T>)
- Constructor for class net.anwiba.commons.lang.stream.
FilteredJavaUtilIteratorIterator
FilteringIterableIterable
<
T
,
E
extends
Exception
> - Class in
net.anwiba.commons.lang.stream
FilteringIterableIterable(IIterable<T, E>, IAcceptor<T>)
- Constructor for class net.anwiba.commons.lang.stream.
FilteringIterableIterable
FilteringIteratorIterator
<
T
,
E
extends
Exception
> - Class in
net.anwiba.commons.lang.stream
FilteringIteratorIterator(IIterator<T, E>, IAcceptor<T>)
- Constructor for class net.anwiba.commons.lang.stream.
FilteringIteratorIterator
first()
- Method in interface net.anwiba.commons.lang.stream.
IStream
first(IAcceptor<T>)
- Method in interface net.anwiba.commons.lang.stream.
IStream
forAll(O, IAccumulator<T, O, E>)
- Method in interface net.anwiba.commons.lang.stream.
IStream
G
generateBoolean()
- Method in class net.anwiba.commons.lang.random.
RandomObjectGenerator
generateCharacter()
- Method in class net.anwiba.commons.lang.random.
RandomObjectGenerator
generateDouble()
- Method in class net.anwiba.commons.lang.random.
RandomObjectGenerator
generateInteger()
- Method in class net.anwiba.commons.lang.random.
RandomObjectGenerator
generateString()
- Method in class net.anwiba.commons.lang.random.
RandomObjectGenerator
get(int)
- Method in interface net.anwiba.commons.lang.collection.
IObjectList
get(int)
- Method in class net.anwiba.commons.lang.collection.
ObjectList
get(Object)
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
get()
- Method in interface net.anwiba.commons.lang.object.
IObjectProvider
get()
- Method in class net.anwiba.commons.lang.object.
ObjectContainer
get()
- Method in interface net.anwiba.commons.lang.optional.
IOptional
get()
- Method in class net.anwiba.commons.lang.optional.
Optional
get(K)
- Method in interface net.anwiba.commons.lang.tree.
ITree
get(K)
- Method in class net.anwiba.commons.lang.tree.
Tree
getBalanced()
- Method in interface net.anwiba.commons.lang.tree.
ITreeItem
getBreadthSearchFirstValues()
- Method in interface net.anwiba.commons.lang.tree.
ITree
getBreadthSearchFirstValues()
- Method in class net.anwiba.commons.lang.tree.
Tree
getDeepSearchFirstValues()
- Method in interface net.anwiba.commons.lang.tree.
ITree
getDeepSearchFirstValues()
- Method in class net.anwiba.commons.lang.tree.
Tree
getElement()
- Method in interface net.anwiba.commons.lang.tree.
IItem
getFirst()
- Method in class net.anwiba.commons.lang.tree.
Tree
getFirstObject()
- Method in class net.anwiba.commons.lang.object.
ObjectPair
getFirstObject()
- Method in class net.anwiba.commons.lang.tree.
TreeItemChooser.ObjectPair
getKey()
- Method in class net.anwiba.commons.lang.hashable.
MapEntry
getKey()
- Method in interface net.anwiba.commons.lang.tree.
IItem
getKeys()
- Method in interface net.anwiba.commons.lang.tree.
ITree
getKeys()
- Method in class net.anwiba.commons.lang.tree.
Tree
getLast()
- Method in class net.anwiba.commons.lang.tree.
Tree
getLeft()
- Method in interface net.anwiba.commons.lang.tree.
ITreeItem
getNext()
- Static method in class net.anwiba.commons.lang.identifier.
IdentifierSequence
getNext()
- Method in interface net.anwiba.commons.lang.tree.
ITreeItem
getNextValue()
- Static method in class net.anwiba.commons.lang.identifier.
IdentifierSequence
getOr(ISupplier<T, E>)
- Method in interface net.anwiba.commons.lang.optional.
IOptional
getOr(T)
- Method in interface net.anwiba.commons.lang.optional.
IOptional
getOr(T)
- Method in class net.anwiba.commons.lang.optional.
Optional
getOr(ISupplier<T, E>)
- Method in class net.anwiba.commons.lang.optional.
Optional
getOrThrow(ISupplier<X, E>)
- Method in interface net.anwiba.commons.lang.optional.
IOptional
getOrThrow(X)
- Method in interface net.anwiba.commons.lang.optional.
IOptional
getOrThrow(X)
- Method in class net.anwiba.commons.lang.optional.
Optional
getOrThrow(ISupplier<X, E>)
- Method in class net.anwiba.commons.lang.optional.
Optional
getParent()
- Method in interface net.anwiba.commons.lang.tree.
ITreeItem
getPrevious()
- Method in interface net.anwiba.commons.lang.tree.
ITreeItem
getRight()
- Method in interface net.anwiba.commons.lang.tree.
ITreeItem
getRoot()
- Method in class net.anwiba.commons.lang.tree.
Tree
getSecondObject()
- Method in class net.anwiba.commons.lang.object.
ObjectPair
getSecondObject()
- Method in class net.anwiba.commons.lang.tree.
TreeItemChooser.ObjectPair
getText(T)
- Method in interface net.anwiba.commons.lang.object.
IObjectText
getText(T)
- Method in class net.anwiba.commons.lang.object.
ObjectText
getTreeWalker()
- Method in interface net.anwiba.commons.lang.tree.
ITree
getTreeWalker()
- Method in class net.anwiba.commons.lang.tree.
Tree
getValue()
- Method in class net.anwiba.commons.lang.hashable.
MapEntry
getValue()
- Method in class net.anwiba.commons.lang.identifier.
Identifier
getValue()
- Method in interface net.anwiba.commons.lang.identifier.
IIdentifier
getValues()
- Method in interface net.anwiba.commons.lang.tree.
ITree
getValues()
- Method in class net.anwiba.commons.lang.tree.
Tree
H
handle(T)
- Method in interface net.anwiba.commons.lang.functional.
IHandler
HashableEntrySet
<
K
extends
IHashable
,
V
> - Class in
net.anwiba.commons.lang.hashable
HashableEntrySet()
- Constructor for class net.anwiba.commons.lang.hashable.
HashableEntrySet
HashableIdentifier
- Class in
net.anwiba.commons.lang.hashable
HashableIdentifier()
- Constructor for class net.anwiba.commons.lang.hashable.
HashableIdentifier
HashableMap
<
K
extends
IHashable
,
V
> - Class in
net.anwiba.commons.lang.hashable
HashableMap()
- Constructor for class net.anwiba.commons.lang.hashable.
HashableMap
HashableMap(int)
- Constructor for class net.anwiba.commons.lang.hashable.
HashableMap
HashableMap(int, float)
- Constructor for class net.anwiba.commons.lang.hashable.
HashableMap
HashableSet
<
V
extends
IHashable
> - Class in
net.anwiba.commons.lang.hashable
HashableSet()
- Constructor for class net.anwiba.commons.lang.hashable.
HashableSet
HashableSet(int)
- Constructor for class net.anwiba.commons.lang.hashable.
HashableSet
HashableSet(int, float)
- Constructor for class net.anwiba.commons.lang.hashable.
HashableSet
hashCode()
- Method in class net.anwiba.commons.lang.hashable.
AbstractHashable
hashCode()
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
hashCode()
- Method in class net.anwiba.commons.lang.hashable.
MapEntry
hashCode(int, int, double)
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
hashCode(int, int, long)
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
hashCode(int, int, Object)
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
hashCode(Object...)
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
hashCode()
- Method in class net.anwiba.commons.lang.tree.
TreeItemChooser.ObjectPair
hashValue()
- Method in class net.anwiba.commons.lang.hashable.
HashableIdentifier
hashValue()
- Method in interface net.anwiba.commons.lang.hashable.
IHashable
hashValue()
- Method in class net.anwiba.commons.lang.identifier.
Identifier
hasNext()
- Method in class net.anwiba.commons.lang.comparable.
SortItemIterator
hasNext()
- Method in class net.anwiba.commons.lang.stream.
ConvertingIteratorIterator
hasNext()
- Method in class net.anwiba.commons.lang.stream.
FilteredJavaUtilIteratorIterator
hasNext()
- Method in class net.anwiba.commons.lang.stream.
FilteringIteratorIterator
hasNext()
- Method in interface net.anwiba.commons.lang.stream.
IIterator
hasNext()
- Method in class net.anwiba.commons.lang.tree.iterator.
BreadthFirstSearchValueIterator
hasNext()
- Method in class net.anwiba.commons.lang.tree.iterator.
DeepFirstSearchValueIterator
hasNext()
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedItemIterator
hasNext()
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedKeyIterator
hasNext()
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedValueIterator
hasPrevious()
- Method in interface net.anwiba.commons.lang.object.
IObjectIterator
hasPrevious()
- Method in class net.anwiba.commons.lang.tree.iterator.
BreadthFirstSearchValueIterator
hasPrevious()
- Method in class net.anwiba.commons.lang.tree.iterator.
DeepFirstSearchValueIterator
hasPrevious()
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedItemIterator
hasPrevious()
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedKeyIterator
hasPrevious()
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedValueIterator
I
IAcceptor
<
T
> - Interface in
net.anwiba.commons.lang.functional
IAccumulator
<
T
,
O
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.stream
IApplicable
<
T
> - Interface in
net.anwiba.commons.lang.functional
IBlock
<
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
ICloseable
<
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
IClosure
<
O
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
IConsumer
<
I
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.stream
IConverter
<
I
,
O
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
ICounter
- Interface in
net.anwiba.commons.lang.counter
identical(Object)
- Method in class net.anwiba.commons.lang.hashable.
HashableIdentifier
identical(Object)
- Method in interface net.anwiba.commons.lang.hashable.
IHashable
identical(Object)
- Method in class net.anwiba.commons.lang.identifier.
Identifier
Identifier
- Class in
net.anwiba.commons.lang.identifier
Identifier(long)
- Constructor for class net.anwiba.commons.lang.identifier.
Identifier
IdentifierSequence
- Class in
net.anwiba.commons.lang.identifier
IdentifierSequence()
- Constructor for class net.anwiba.commons.lang.identifier.
IdentifierSequence
IEqualComperator
<
T
> - Interface in
net.anwiba.commons.lang.functional
IExecutable
- Interface in
net.anwiba.commons.lang.functional
IFunction
<
I
,
O
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
IHandler
<
T
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
IHashable
- Interface in
net.anwiba.commons.lang.hashable
IIdentifier
- Interface in
net.anwiba.commons.lang.identifier
IIntCounter
- Interface in
net.anwiba.commons.lang.counter
IInterruptableClosure
<
O
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
IInterruptableFunction
<
I
,
O
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
IInterruptableProcedure
<
V
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
IIsNullDecider
- Interface in
net.anwiba.commons.lang.random
IItem
<
K
,
V
> - Interface in
net.anwiba.commons.lang.tree
IItemVisitor
<
K
,
V
> - Interface in
net.anwiba.commons.lang.tree.walker
IIterable
<
O
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.stream
IIterator
<
O
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.stream
IMutableObjectCollection
<
T
> - Interface in
net.anwiba.commons.lang.collection
increment()
- Method in class net.anwiba.commons.lang.counter.
Counter
increment()
- Method in interface net.anwiba.commons.lang.counter.
ICounter
increment()
- Method in interface net.anwiba.commons.lang.counter.
IIntCounter
increment()
- Method in class net.anwiba.commons.lang.counter.
IntCounter
InitializeException
- Exception in
net.anwiba.commons.lang.exception
InitializeException(String)
- Constructor for exception net.anwiba.commons.lang.exception.
InitializeException
InitializeException(String, Throwable)
- Constructor for exception net.anwiba.commons.lang.exception.
InitializeException
insert(K, V)
- Method in interface net.anwiba.commons.lang.tree.
ITree
insert(K, V)
- Method in class net.anwiba.commons.lang.tree.
Tree
IntCounter
- Class in
net.anwiba.commons.lang.counter
IntCounter(int)
- Constructor for class net.anwiba.commons.lang.counter.
IntCounter
IntCounter(int, int)
- Constructor for class net.anwiba.commons.lang.counter.
IntCounter
IntegerDistanceCalculator
- Class in
net.anwiba.commons.lang.tree.distance
IntegerDistanceCalculator()
- Constructor for class net.anwiba.commons.lang.tree.distance.
IntegerDistanceCalculator
IObjectCollection
<
T
> - Interface in
net.anwiba.commons.lang.collection
IObjectContainer
<
T
> - Interface in
net.anwiba.commons.lang.object
IObjectDistanceCalculator
<
T
> - Interface in
net.anwiba.commons.lang.tree.distance
IObjectIterable
<
T
> - Interface in
net.anwiba.commons.lang.object
IObjectIterator
<
T
> - Interface in
net.anwiba.commons.lang.object
IObjectIteratorFactory
<
I
,
O
> - Interface in
net.anwiba.commons.lang.object
IObjectList
<
T
> - Interface in
net.anwiba.commons.lang.collection
IObjectListReceiver
<
T
> - Interface in
net.anwiba.commons.lang.object
IObjectProvider
<
T
> - Interface in
net.anwiba.commons.lang.object
IObjectReceiver
<
T
> - Interface in
net.anwiba.commons.lang.object
IObjectText
<
T
> - Interface in
net.anwiba.commons.lang.object
IObjectToStringConverter
<
T
> - Interface in
net.anwiba.commons.lang.object
IObjectVoter
<
T
> - Interface in
net.anwiba.commons.lang.object
IOptional
<
T
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.optional
IProcedure
<
I
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
IResolver
<
T
> - Interface in
net.anwiba.commons.lang.functional
isApplicable(T)
- Method in interface net.anwiba.commons.lang.functional.
IApplicable
isEmpty()
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
isEmpty()
- Method in interface net.anwiba.commons.lang.tree.
ITree
isEmpty()
- Method in class net.anwiba.commons.lang.tree.
Tree
isNull()
- Method in interface net.anwiba.commons.lang.random.
IIsNullDecider
isNull()
- Method in class net.anwiba.commons.lang.random.
RandomIsNullDecider
isToStringImplemented(Class<?>)
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
IStrategy
<
T
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
IStream
<
T
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.stream
ISupplier
<
O
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.stream
ItemToStringConverter
<
K
,
V
> - Class in
net.anwiba.commons.lang.tree.converter
ItemToStringConverter()
- Constructor for class net.anwiba.commons.lang.tree.converter.
ItemToStringConverter
ItemToStringConverter(int)
- Constructor for class net.anwiba.commons.lang.tree.converter.
ItemToStringConverter
iterator()
- Method in class net.anwiba.commons.lang.collection.
ObjectCollection
iterator()
- Method in class net.anwiba.commons.lang.collection.
ObjectList
iterator()
- Method in class net.anwiba.commons.lang.hashable.
HashableEntrySet
iterator()
- Method in class net.anwiba.commons.lang.hashable.
HashableSet
iterator()
- Method in interface net.anwiba.commons.lang.object.
IObjectIterable
iterator()
- Method in class net.anwiba.commons.lang.stream.
ConvertingIterableIterable
iterator()
- Method in class net.anwiba.commons.lang.stream.
FilteredJavaUtilIterableIterable
iterator()
- Method in class net.anwiba.commons.lang.stream.
FilteringIterableIterable
iterator()
- Method in interface net.anwiba.commons.lang.stream.
IIterable
iterator()
- Method in class net.anwiba.commons.lang.tree.iterator.
TreeIterable
iterator()
- Method in class net.anwiba.commons.lang.tree.walker.
TreeWalker
ITree
<
K
,
V
> - Interface in
net.anwiba.commons.lang.tree
ITreeItem
<
K
,
V
> - Interface in
net.anwiba.commons.lang.tree
ITreeItemChooser
<
K
,
V
> - Interface in
net.anwiba.commons.lang.tree
ITreeWalker
<
K
,
V
> - Interface in
net.anwiba.commons.lang.tree.walker
K
keySet()
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
L
leave(IItem<K, V>)
- Method in interface net.anwiba.commons.lang.tree.walker.
IItemVisitor
LevenshteinStringDistanceCalculator
- Class in
net.anwiba.commons.lang.tree.distance
LevenshteinStringDistanceCalculator()
- Constructor for class net.anwiba.commons.lang.tree.distance.
LevenshteinStringDistanceCalculator
M
MapEntry
<
K
,
V
> - Class in
net.anwiba.commons.lang.hashable
MapEntry(K, V)
- Constructor for class net.anwiba.commons.lang.hashable.
MapEntry
maximum()
- Method in class net.anwiba.commons.lang.counter.
Counter
maximum()
- Method in class net.anwiba.commons.lang.counter.
IntCounter
minimum()
- Method in class net.anwiba.commons.lang.counter.
Counter
minimum()
- Method in class net.anwiba.commons.lang.counter.
IntCounter
N
net.anwiba.commons.lang.collection
- package net.anwiba.commons.lang.collection
net.anwiba.commons.lang.comparable
- package net.anwiba.commons.lang.comparable
net.anwiba.commons.lang.counter
- package net.anwiba.commons.lang.counter
net.anwiba.commons.lang.exception
- package net.anwiba.commons.lang.exception
net.anwiba.commons.lang.functional
- package net.anwiba.commons.lang.functional
net.anwiba.commons.lang.hashable
- package net.anwiba.commons.lang.hashable
net.anwiba.commons.lang.identifier
- package net.anwiba.commons.lang.identifier
net.anwiba.commons.lang.object
- package net.anwiba.commons.lang.object
net.anwiba.commons.lang.optional
- package net.anwiba.commons.lang.optional
net.anwiba.commons.lang.random
- package net.anwiba.commons.lang.random
net.anwiba.commons.lang.stream
- package net.anwiba.commons.lang.stream
net.anwiba.commons.lang.tree
- package net.anwiba.commons.lang.tree
net.anwiba.commons.lang.tree.converter
- package net.anwiba.commons.lang.tree.converter
net.anwiba.commons.lang.tree.distance
- package net.anwiba.commons.lang.tree.distance
net.anwiba.commons.lang.tree.iterator
- package net.anwiba.commons.lang.tree.iterator
net.anwiba.commons.lang.tree.walker
- package net.anwiba.commons.lang.tree.walker
next()
- Method in class net.anwiba.commons.lang.comparable.
SortItemIterator
next()
- Method in class net.anwiba.commons.lang.counter.
Counter
next()
- Method in interface net.anwiba.commons.lang.counter.
ICounter
next()
- Method in interface net.anwiba.commons.lang.counter.
IIntCounter
next()
- Method in class net.anwiba.commons.lang.counter.
IntCounter
next()
- Method in class net.anwiba.commons.lang.stream.
ConvertingIteratorIterator
next()
- Method in class net.anwiba.commons.lang.stream.
FilteredJavaUtilIteratorIterator
next()
- Method in class net.anwiba.commons.lang.stream.
FilteringIteratorIterator
next()
- Method in interface net.anwiba.commons.lang.stream.
IIterator
next()
- Method in class net.anwiba.commons.lang.tree.iterator.
BreadthFirstSearchValueIterator
next()
- Method in class net.anwiba.commons.lang.tree.iterator.
DeepFirstSearchValueIterator
next()
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedItemIterator
next()
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedKeyIterator
next()
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedValueIterator
NULL_STRING
- Static variable in class net.anwiba.commons.lang.object.
ObjectUtilities
NumberComparator
- Class in
net.anwiba.commons.lang.comparable
NumberComparator()
- Constructor for class net.anwiba.commons.lang.comparable.
NumberComparator
O
ObjectCollection
<
T
> - Class in
net.anwiba.commons.lang.collection
ObjectCollection()
- Constructor for class net.anwiba.commons.lang.collection.
ObjectCollection
ObjectCollection(List<T>)
- Constructor for class net.anwiba.commons.lang.collection.
ObjectCollection
ObjectContainer
<
T
> - Class in
net.anwiba.commons.lang.object
ObjectContainer()
- Constructor for class net.anwiba.commons.lang.object.
ObjectContainer
ObjectList
<
T
> - Class in
net.anwiba.commons.lang.collection
ObjectList(List<T>)
- Constructor for class net.anwiba.commons.lang.collection.
ObjectList
ObjectPair
<
F
,
S
> - Class in
net.anwiba.commons.lang.object
ObjectPair(F, S)
- Constructor for class net.anwiba.commons.lang.object.
ObjectPair
ObjectPair(T, U)
- Constructor for class net.anwiba.commons.lang.tree.
TreeItemChooser.ObjectPair
ObjectText
<
T
> - Class in
net.anwiba.commons.lang.object
ObjectText()
- Constructor for class net.anwiba.commons.lang.object.
ObjectText
ObjectText(String)
- Constructor for class net.anwiba.commons.lang.object.
ObjectText
ObjectUtilities
- Class in
net.anwiba.commons.lang.object
ObjectUtilities()
- Constructor for class net.anwiba.commons.lang.object.
ObjectUtilities
Optional
<
T
,
E
extends
Exception
> - Class in
net.anwiba.commons.lang.optional
P
previous()
- Method in class net.anwiba.commons.lang.counter.
Counter
previous()
- Method in interface net.anwiba.commons.lang.counter.
ICounter
previous()
- Method in interface net.anwiba.commons.lang.counter.
IIntCounter
previous()
- Method in class net.anwiba.commons.lang.counter.
IntCounter
previous()
- Method in interface net.anwiba.commons.lang.object.
IObjectIterator
previous()
- Method in class net.anwiba.commons.lang.tree.iterator.
BreadthFirstSearchValueIterator
previous()
- Method in class net.anwiba.commons.lang.tree.iterator.
DeepFirstSearchValueIterator
previous()
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedItemIterator
previous()
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedKeyIterator
previous()
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedValueIterator
put(K, V)
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
putAll(Map<? extends K, ? extends V>)
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
R
RandomIsNullDecider
- Class in
net.anwiba.commons.lang.random
RandomIsNullDecider(long, double)
- Constructor for class net.anwiba.commons.lang.random.
RandomIsNullDecider
RandomObjectGenerator
- Class in
net.anwiba.commons.lang.random
RandomObjectGenerator(long, IIsNullDecider)
- Constructor for class net.anwiba.commons.lang.random.
RandomObjectGenerator
RandomObjectGenerator(long, IIsNullDecider, int)
- Constructor for class net.anwiba.commons.lang.random.
RandomObjectGenerator
remove()
- Method in class net.anwiba.commons.lang.comparable.
SortItemIterator
remove(Object)
- Method in class net.anwiba.commons.lang.hashable.
HashableEntrySet
remove(Object)
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
remove(Object)
- Method in class net.anwiba.commons.lang.hashable.
HashableSet
remove()
- Method in class net.anwiba.commons.lang.tree.iterator.
BreadthFirstSearchValueIterator
remove()
- Method in class net.anwiba.commons.lang.tree.iterator.
DeepFirstSearchValueIterator
remove()
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedItemIterator
remove()
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedKeyIterator
remove()
- Method in class net.anwiba.commons.lang.tree.iterator.
SortedValueIterator
remove(K)
- Method in interface net.anwiba.commons.lang.tree.
ITree
remove(K)
- Method in class net.anwiba.commons.lang.tree.
Tree
remove(TreeItem<K, V>, K)
- Method in class net.anwiba.commons.lang.tree.
Tree
removeAll()
- Method in interface net.anwiba.commons.lang.tree.
ITree
removeAll()
- Method in class net.anwiba.commons.lang.tree.
Tree
removed(K)
- Method in interface net.anwiba.commons.lang.tree.
ITreeItemChooser
removed(K)
- Method in class net.anwiba.commons.lang.tree.
TreeItemChooser
resolve(T)
- Method in interface net.anwiba.commons.lang.functional.
IResolver
ResolvingException
- Exception in
net.anwiba.commons.lang.functional
ResolvingException(String, Throwable)
- Constructor for exception net.anwiba.commons.lang.functional.
ResolvingException
S
set(long)
- Method in class net.anwiba.commons.lang.counter.
Counter
set(long)
- Method in interface net.anwiba.commons.lang.counter.
ICounter
set(int, T)
- Method in interface net.anwiba.commons.lang.object.
IObjectListReceiver
set(T...)
- Method in interface net.anwiba.commons.lang.object.
IObjectListReceiver
set(Iterable<T>)
- Method in interface net.anwiba.commons.lang.object.
IObjectListReceiver
set(T)
- Method in interface net.anwiba.commons.lang.object.
IObjectReceiver
set(T)
- Method in class net.anwiba.commons.lang.object.
ObjectContainer
set(T)
- Method in class net.anwiba.commons.lang.object.
SingleUseObjectReceiver
setValue(V)
- Method in class net.anwiba.commons.lang.hashable.
MapEntry
SIMPLE
- Static variable in class net.anwiba.commons.lang.tree.converter.
ItemToStringConverter
SingleUseObjectReceiver
<
T
> - Class in
net.anwiba.commons.lang.object
SingleUseObjectReceiver(IObjectReceiver<T>)
- Constructor for class net.anwiba.commons.lang.object.
SingleUseObjectReceiver
size()
- Method in interface net.anwiba.commons.lang.collection.
IObjectCollection
size()
- Method in class net.anwiba.commons.lang.collection.
ObjectCollection
size()
- Method in class net.anwiba.commons.lang.collection.
ObjectList
size()
- Method in class net.anwiba.commons.lang.hashable.
HashableEntrySet
size()
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
size()
- Method in class net.anwiba.commons.lang.hashable.
HashableSet
size()
- Method in interface net.anwiba.commons.lang.tree.
ITree
size()
- Method in class net.anwiba.commons.lang.tree.
Tree
SortedItemIterator
<
K
,
V
> - Class in
net.anwiba.commons.lang.tree.iterator
SortedItemIterator(ITreeItem<K, V>)
- Constructor for class net.anwiba.commons.lang.tree.iterator.
SortedItemIterator
SortedKeyIterator
<
K
,
V
> - Class in
net.anwiba.commons.lang.tree.iterator
SortedKeyIterator(ITreeItem<K, V>)
- Constructor for class net.anwiba.commons.lang.tree.iterator.
SortedKeyIterator
SortedKeyIteratorFactory
<
K
,
V
> - Class in
net.anwiba.commons.lang.tree.iterator
SortedKeyIteratorFactory()
- Constructor for class net.anwiba.commons.lang.tree.iterator.
SortedKeyIteratorFactory
SortedValueIterator
<
K
,
V
> - Class in
net.anwiba.commons.lang.tree.iterator
SortedValueIterator(ITreeItem<K, V>)
- Constructor for class net.anwiba.commons.lang.tree.iterator.
SortedValueIterator
SortedValueIteratorFactory
<
K
,
V
> - Class in
net.anwiba.commons.lang.tree.iterator
SortedValueIteratorFactory()
- Constructor for class net.anwiba.commons.lang.tree.iterator.
SortedValueIteratorFactory
SortItemIterator
- Class in
net.anwiba.commons.lang.comparable
SortItemIterator(String)
- Constructor for class net.anwiba.commons.lang.comparable.
SortItemIterator
stream()
- Method in interface net.anwiba.commons.lang.collection.
IObjectCollection
stream()
- Method in class net.anwiba.commons.lang.collection.
ObjectCollection
stream()
- Method in class net.anwiba.commons.lang.collection.
ObjectList
Streams
- Class in
net.anwiba.commons.lang.stream
Streams()
- Constructor for class net.anwiba.commons.lang.stream.
Streams
supply()
- Method in interface net.anwiba.commons.lang.stream.
ISupplier
T
toString()
- Method in class net.anwiba.commons.lang.hashable.
MapEntry
toString(T)
- Method in interface net.anwiba.commons.lang.object.
IObjectToStringConverter
toString(Object)
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
toString(Object, String)
- Static method in class net.anwiba.commons.lang.object.
ObjectUtilities
toString(ITreeItem<K, V>)
- Method in class net.anwiba.commons.lang.tree.converter.
ItemToStringConverter
toString(Tree<K, V>)
- Method in class net.anwiba.commons.lang.tree.converter.
TreeToStringConverter
Tree
<
K
,
V
> - Class in
net.anwiba.commons.lang.tree
Tree(Comparator<K>)
- Constructor for class net.anwiba.commons.lang.tree.
Tree
Tree(Comparator<K>, int, ITreeItemChooser<K, V>)
- Constructor for class net.anwiba.commons.lang.tree.
Tree
TreeItemChooser
<
K
,
V
> - Class in
net.anwiba.commons.lang.tree
TreeItemChooser(IObjectDistanceCalculator<K>)
- Constructor for class net.anwiba.commons.lang.tree.
TreeItemChooser
TreeItemChooser.ObjectPair
<
T
,
U
> - Class in
net.anwiba.commons.lang.tree
TreeIterable
<
K
,
V
,
O
> - Class in
net.anwiba.commons.lang.tree.iterator
TreeIterable(IObjectIteratorFactory<ITreeItem<K, V>, O>, ITreeItem<K, V>)
- Constructor for class net.anwiba.commons.lang.tree.iterator.
TreeIterable
TreeToStringConverter
<
K
,
V
> - Class in
net.anwiba.commons.lang.tree.converter
TreeToStringConverter()
- Constructor for class net.anwiba.commons.lang.tree.converter.
TreeToStringConverter
TreeToStringConverter(int)
- Constructor for class net.anwiba.commons.lang.tree.converter.
TreeToStringConverter
TreeWalker
<
K
,
V
> - Class in
net.anwiba.commons.lang.tree.walker
TreeWalker(ITreeItem<K, V>, ITreeItem<K, V>)
- Constructor for class net.anwiba.commons.lang.tree.walker.
TreeWalker
U
UnreachableCodeReachedException
- Exception in
net.anwiba.commons.lang.exception
UnreachableCodeReachedException()
- Constructor for exception net.anwiba.commons.lang.exception.
UnreachableCodeReachedException
UnreachableCodeReachedException(Throwable)
- Constructor for exception net.anwiba.commons.lang.exception.
UnreachableCodeReachedException
V
value()
- Method in class net.anwiba.commons.lang.counter.
Counter
value()
- Method in interface net.anwiba.commons.lang.counter.
ICounter
value()
- Method in interface net.anwiba.commons.lang.counter.
IIntCounter
value()
- Method in class net.anwiba.commons.lang.counter.
IntCounter
values()
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
vote(T...)
- Method in interface net.anwiba.commons.lang.object.
IObjectVoter
W
walk(IItemVisitor<K, V>)
- Method in interface net.anwiba.commons.lang.tree.walker.
ITreeWalker
walk(IItemVisitor<K, V>)
- Method in class net.anwiba.commons.lang.tree.walker.
TreeWalker
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2007–2016
Andreas Bartels
. All rights reserved.