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
AbstractObjectCollection
<
T
> - Class in
net.anwiba.commons.lang.collection
AbstractObjectCollection(List<T>)
- Constructor for class net.anwiba.commons.lang.collection.
AbstractObjectCollection
AbstractObjectList
<
T
> - Class in
net.anwiba.commons.lang.collection
AbstractObjectList(List<T>)
- Constructor for class net.anwiba.commons.lang.collection.
AbstractObjectList
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
accept(K)
- Method in class net.anwiba.commons.lang.visitor.
BlockVisitor
accept(K)
- Method in class net.anwiba.commons.lang.visitor.
ClosurVisitor
accept(K, I)
- Method in class net.anwiba.commons.lang.visitor.
FunctionVisitor
add(T...)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectCollection
add(Iterable<T>)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectCollection
add(T...)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
add(Iterable<T>)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
add(T...)
- Method in interface net.anwiba.commons.lang.collection.
IObjectCollectionReceiver
add(Iterable<T>)
- Method in interface net.anwiba.commons.lang.collection.
IObjectCollectionReceiver
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
aggregate(I, V)
- Method in interface net.anwiba.commons.lang.functional.
IAggregator
aggregate(R, IAggregator<R, O, R, E>)
- Method in interface net.anwiba.commons.lang.functional.
IIterable
aggregate(O, IAggregator<O, T, O, E>)
- Method in interface net.anwiba.commons.lang.stream.
IStream
AlpaNumericStringComparator
- Class in
net.anwiba.commons.lang.comparable
AlpaNumericStringComparator()
- Constructor for class net.anwiba.commons.lang.comparable.
AlpaNumericStringComparator
and(IAcceptor<? super T>)
- Method in interface net.anwiba.commons.lang.functional.
IAcceptor
and(IApplicable<? super T>)
- Method in interface net.anwiba.commons.lang.functional.
IApplicable
arrive(IItem<K, V>)
- Method in interface net.anwiba.commons.lang.tree.walker.
IItemVisitor
asArray(IntFunction<O[]>)
- Method in interface net.anwiba.commons.lang.stream.
IStream
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
asMap(IFactory<T, K, E>, IFactory<T, V, E>)
- Method in interface net.anwiba.commons.lang.stream.
IStream
asObjectList()
- Method in interface net.anwiba.commons.lang.stream.
IStream
assimilate(T, O)
- Method in interface net.anwiba.commons.lang.functional.
IAssimilator
B
BlockVisitor
<
K
,
E
extends
Exception
> - Class in
net.anwiba.commons.lang.visitor
BlockVisitor()
- Constructor for class net.anwiba.commons.lang.visitor.
BlockVisitor
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
build()
- Method in class net.anwiba.commons.lang.map.
HasMapBuilder
Builder()
- Constructor for class net.anwiba.commons.lang.stream.
Streams.Builder
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
call(IConsumer<T, E>)
- Method in interface net.anwiba.commons.lang.stream.
IStream
check()
- Method in interface net.anwiba.commons.lang.functional.
IWatcher
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
ClassSwitches
- Class in
net.anwiba.commons.lang.visitor
ClassSwitches()
- Constructor for class net.anwiba.commons.lang.visitor.
ClassSwitches
ClassVisitors
- Class in
net.anwiba.commons.lang.visitor
ClassVisitors()
- Constructor for class net.anwiba.commons.lang.visitor.
ClassVisitors
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
close()
- Method in class net.anwiba.commons.lang.io.
NoneClosingInputStream
ClosurVisitor
<
K
,
O
,
E
extends
Exception
> - Class in
net.anwiba.commons.lang.visitor
ClosurVisitor()
- Constructor for class net.anwiba.commons.lang.visitor.
ClosurVisitor
ComparableComparator
<
C
extends
Comparable
<
C
>> - Class in
net.anwiba.commons.lang.comparable
ComparableComparator()
- Constructor for class net.anwiba.commons.lang.comparable.
ComparableComparator
ComparableNumber
- Class in
net.anwiba.commons.lang.number
ComparableNumber(Number)
- Constructor for class net.anwiba.commons.lang.number.
ComparableNumber
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 class net.anwiba.commons.lang.comparable.
ToStringComparator
compareImpl(Number, Number)
- Static method in class net.anwiba.commons.lang.comparable.
NumberComparator
compareTo(ComparableNumber)
- Method in class net.anwiba.commons.lang.number.
ComparableNumber
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
consume(I)
- Method in interface net.anwiba.commons.lang.functional.
ICloseableConsumer
consume(I)
- Method in interface net.anwiba.commons.lang.functional.
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
convert(IAggregator<Integer, 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
CountingIterableIterable
<
I
,
O
,
E
extends
Exception
> - Class in
net.anwiba.commons.lang.stream
CountingIterableIterable(IIterable<I, E>, IAcceptor<I>, IAggregator<Integer, I, O, E>)
- Constructor for class net.anwiba.commons.lang.stream.
CountingIterableIterable
CountingIteratorIterator
<
I
,
O
,
E
extends
Exception
> - Class in
net.anwiba.commons.lang.stream
CountingIteratorIterator(IIterator<I, E>, IAcceptor<I>, IAggregator<Integer, I, O, E>)
- Constructor for class net.anwiba.commons.lang.stream.
CountingIteratorIterator
create(I)
- Method in interface net.anwiba.commons.lang.collection.
IObjectIteratorFactory
create(I)
- Method in interface net.anwiba.commons.lang.functional.
IFactory
create(T)
- Static method in class net.anwiba.commons.lang.optional.
Optional
create(IAcceptor<T>, T)
- Static method in class net.anwiba.commons.lang.optional.
Optional
create()
- Static method in class net.anwiba.commons.lang.stream.
Streams
create(IIterable<T, E>)
- Static method in class net.anwiba.commons.lang.stream.
Streams
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
create()
- Static method in class net.anwiba.commons.lang.visitor.
ClassSwitches
create()
- Static method in class net.anwiba.commons.lang.visitor.
EnumSwitches
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
defaultCase(IBlock<E>)
- Method in class net.anwiba.commons.lang.visitor.
BlockVisitor
defaultCase(IClosure<O, E>)
- Method in class net.anwiba.commons.lang.visitor.
ClosurVisitor
defaultCase(IFunction<I, O, E>)
- Method in class net.anwiba.commons.lang.visitor.
FunctionVisitor
defaultCase(E)
- Method in interface net.anwiba.commons.lang.visitor.
IVisitor
distinct()
- Method in interface net.anwiba.commons.lang.stream.
IStream
doubleValue()
- Method in class net.anwiba.commons.lang.number.
ComparableNumber
E
entrySet()
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
EnumSwitches
- Class in
net.anwiba.commons.lang.visitor
EnumSwitches()
- Constructor for class net.anwiba.commons.lang.visitor.
EnumSwitches
EnumVisitors
- Class in
net.anwiba.commons.lang.visitor
EnumVisitors()
- Constructor for class net.anwiba.commons.lang.visitor.
EnumVisitors
equals(T, T)
- Method in interface net.anwiba.commons.lang.functional.
IEqualComperator
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(Object)
- Method in class net.anwiba.commons.lang.number.
ComparableNumber
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(IAcceptor<O>)
- Method in interface net.anwiba.commons.lang.functional.
IIterable
first()
- Method in interface net.anwiba.commons.lang.stream.
IStream
first(IAcceptor<T>)
- Method in interface net.anwiba.commons.lang.stream.
IStream
floatValue()
- Method in class net.anwiba.commons.lang.number.
ComparableNumber
forEach(IConsumer<? super T, E>)
- Method in interface net.anwiba.commons.lang.collection.
IObjectIterable
foreach(IConsumer<O, E>)
- Method in interface net.anwiba.commons.lang.functional.
IIterable
foreach(IAssimilator<Integer, O, E>)
- Method in interface net.anwiba.commons.lang.functional.
IIterable
foreach(IConsumer<T, E>)
- Method in interface net.anwiba.commons.lang.stream.
IStream
foreach(IAssimilator<Integer, T, E>)
- Method in interface net.anwiba.commons.lang.stream.
IStream
forEachRemaining(IConsumer<? super T, E>)
- Method in interface net.anwiba.commons.lang.collection.
IObjectIterator
from(int)
- Method in class net.anwiba.commons.lang.stream.
Streams.Builder
From(int)
- Constructor for class net.anwiba.commons.lang.stream.
Streams.From
FunctionSwitch
<
K
,
I
,
O
,
E
extends
Exception
> - Class in
net.anwiba.commons.lang.visitor
FunctionSwitch(IConverter<I, K, E>)
- Constructor for class net.anwiba.commons.lang.visitor.
FunctionSwitch
FunctionVisitor
<
K
,
I
,
O
,
E
extends
Exception
> - Class in
net.anwiba.commons.lang.visitor
FunctionVisitor()
- Constructor for class net.anwiba.commons.lang.visitor.
FunctionVisitor
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 class net.anwiba.commons.lang.collection.
AbstractObjectList
get(int)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
get(int...)
- Method in interface net.anwiba.commons.lang.collection.
IObjectListProvider
get(int)
- Method in interface net.anwiba.commons.lang.collection.
IObjectListProvider
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()
- Method in interface net.anwiba.commons.lang.primativ.
IBooleanProvider
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
getNumber()
- Method in class net.anwiba.commons.lang.number.
ComparableNumber
getOr(ISupplier<T, E>)
- Method in interface net.anwiba.commons.lang.optional.
IOptional
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(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()
- Method in class net.anwiba.commons.lang.number.
ComparableNumber
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
HasMapBuilder
<
K
,
V
> - Class in
net.anwiba.commons.lang.map
HasMapBuilder()
- Constructor for class net.anwiba.commons.lang.map.
HasMapBuilder
hasNext()
- Method in class net.anwiba.commons.lang.comparable.
SortItemIterator
hasNext()
- Method in interface net.anwiba.commons.lang.functional.
IClosableIterator
hasNext()
- Method in interface net.anwiba.commons.lang.functional.
IIterator
hasNext()
- Method in class net.anwiba.commons.lang.stream.
ConvertingIteratorIterator
hasNext()
- Method in class net.anwiba.commons.lang.stream.
CountingIteratorIterator
hasNext()
- Method in class net.anwiba.commons.lang.stream.
FilteredJavaUtilIteratorIterator
hasNext()
- Method in class net.anwiba.commons.lang.stream.
FilteringIteratorIterator
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 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
IAggregator
<
I
,
V
,
O
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
IApplicable
<
T
> - Interface in
net.anwiba.commons.lang.functional
IAssimilator
<
T
,
O
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
IBlock
<
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
IBooleanProvider
- Interface in
net.anwiba.commons.lang.primativ
IBooleanReceiver
- Interface in
net.anwiba.commons.lang.primativ
IClosableIterator
<
T
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
ICloseable
<
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
ICloseableConsumer
<
I
,
O
,
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.functional
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
identity()
- Static method in interface net.anwiba.commons.lang.functional.
IFunction
IEqualComperator
<
T
> - Interface in
net.anwiba.commons.lang.functional
IExecutable
- Interface in
net.anwiba.commons.lang.functional
IFactory
<
I
,
O
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
ifCase(IBlock<E>, K...)
- Method in class net.anwiba.commons.lang.visitor.
BlockVisitor
ifCase(IFunction<I, O, E>, Class...)
- Static method in class net.anwiba.commons.lang.visitor.
ClassVisitors
ifCase(IClosure<O, E>, Class...)
- Static method in class net.anwiba.commons.lang.visitor.
ClassVisitors
ifCase(IBlock<E>, Class...)
- Static method in class net.anwiba.commons.lang.visitor.
ClassVisitors
ifCase(IClosure<O, E>, K...)
- Method in class net.anwiba.commons.lang.visitor.
ClosurVisitor
ifCase(IFunction<I, O, E>, K...)
- Static method in class net.anwiba.commons.lang.visitor.
EnumVisitors
ifCase(IClosure<O, E>, K...)
- Static method in class net.anwiba.commons.lang.visitor.
EnumVisitors
ifCase(IBlock<E>, K...)
- Static method in class net.anwiba.commons.lang.visitor.
EnumVisitors
ifCase(IFunction<I, O, E>, K...)
- Method in class net.anwiba.commons.lang.visitor.
FunctionVisitor
ifCase(E, K...)
- Method in interface net.anwiba.commons.lang.visitor.
IVisitor
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.functional
IIterator
<
O
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
IModifier
<
O
,
E
extends
Exception
> - Interface in
net.anwiba.commons.lang.functional
IMutableObjectCollection
<
T
> - Interface in
net.anwiba.commons.lang.collection
IMutableObjectList
<
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
indices(Iterable<T>)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
indices(Iterable<T>)
- Method in interface net.anwiba.commons.lang.collection.
IObjectListProvider
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
intValue()
- Method in class net.anwiba.commons.lang.number.
ComparableNumber
IObjectCollection
<
T
> - Interface in
net.anwiba.commons.lang.collection
IObjectCollectionReceiver
<
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.collection
IObjectIterator
<
T
> - Interface in
net.anwiba.commons.lang.collection
IObjectIteratorFactory
<
I
,
O
> - Interface in
net.anwiba.commons.lang.collection
IObjectList
<
T
> - Interface in
net.anwiba.commons.lang.collection
IObjectListProvider
<
T
> - Interface in
net.anwiba.commons.lang.collection
IObjectListReceiver
<
T
> - Interface in
net.anwiba.commons.lang.collection
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
IProvider
<
T
> - Interface in
net.anwiba.commons.lang.functional
IResolver
<
T
> - Interface in
net.anwiba.commons.lang.functional
isAccepted()
- Method in interface net.anwiba.commons.lang.optional.
IOptional
isAccepted()
- Method in class net.anwiba.commons.lang.optional.
Optional
isApplicable(T)
- Method in interface net.anwiba.commons.lang.functional.
IApplicable
isEmpty()
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectCollection
isEmpty()
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
isEmpty()
- Method in interface net.anwiba.commons.lang.collection.
IObjectCollection
isEmpty()
- Method in interface net.anwiba.commons.lang.collection.
IObjectListProvider
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.functional
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
iterable(IAcceptor<O>)
- Method in interface net.anwiba.commons.lang.functional.
IIterable
iterator()
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectCollection
iterator()
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
iterator()
- Method in interface net.anwiba.commons.lang.collection.
IObjectIterable
iterator()
- Method in interface net.anwiba.commons.lang.functional.
IClosableIterator
iterator()
- Method in interface net.anwiba.commons.lang.functional.
IIterable
iterator(IAcceptor<O>)
- Method in interface net.anwiba.commons.lang.functional.
IIterable
iterator()
- Method in class net.anwiba.commons.lang.hashable.
HashableEntrySet
iterator()
- Method in class net.anwiba.commons.lang.hashable.
HashableSet
iterator()
- Method in class net.anwiba.commons.lang.stream.
ConvertingIterableIterable
iterator()
- Method in class net.anwiba.commons.lang.stream.
CountingIterableIterable
iterator()
- Method in class net.anwiba.commons.lang.stream.
FilteredJavaUtilIterableIterable
iterator()
- Method in class net.anwiba.commons.lang.stream.
FilteringIterableIterable
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
IVisitor
<
K
,
E
extends
IExecutable
> - Interface in
net.anwiba.commons.lang.visitor
IWatcher
- Interface in
net.anwiba.commons.lang.functional
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
longValue()
- Method in class net.anwiba.commons.lang.number.
ComparableNumber
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
modify(O)
- Method in interface net.anwiba.commons.lang.functional.
IModifier
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.io
- package net.anwiba.commons.lang.io
net.anwiba.commons.lang.map
- package net.anwiba.commons.lang.map
net.anwiba.commons.lang.number
- package net.anwiba.commons.lang.number
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.primativ
- package net.anwiba.commons.lang.primativ
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
net.anwiba.commons.lang.visitor
- package net.anwiba.commons.lang.visitor
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 interface net.anwiba.commons.lang.functional.
IClosableIterator
next()
- Method in interface net.anwiba.commons.lang.functional.
IIterator
next()
- Method in class net.anwiba.commons.lang.stream.
ConvertingIteratorIterator
next()
- Method in class net.anwiba.commons.lang.stream.
CountingIteratorIterator
next()
- Method in class net.anwiba.commons.lang.stream.
FilteredJavaUtilIteratorIterator
next()
- Method in class net.anwiba.commons.lang.stream.
FilteringIteratorIterator
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
NoneClosingInputStream
- Class in
net.anwiba.commons.lang.io
NoneClosingInputStream(InputStream)
- Constructor for class net.anwiba.commons.lang.io.
NoneClosingInputStream
not()
- Method in interface net.anwiba.commons.lang.functional.
IAcceptor
not()
- Method in interface net.anwiba.commons.lang.functional.
IApplicable
notNull()
- Method in interface net.anwiba.commons.lang.stream.
IStream
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
of(T)
- Static method in class net.anwiba.commons.lang.optional.
Optional
of(IAcceptor<T>, T)
- Static method in class net.anwiba.commons.lang.optional.
Optional
of()
- Static method in class net.anwiba.commons.lang.stream.
Streams
of(IIterable<T, RuntimeException>)
- Static method in class net.anwiba.commons.lang.stream.
Streams
of(Iterable<T>)
- Static method in class net.anwiba.commons.lang.stream.
Streams
of(T[])
- Static method in class net.anwiba.commons.lang.stream.
Streams
Optional
<
T
,
E
extends
Exception
> - Class in
net.anwiba.commons.lang.optional
or(IAcceptor<? super T>)
- Method in interface net.anwiba.commons.lang.functional.
IAcceptor
or(IApplicable<? super T>)
- Method in interface net.anwiba.commons.lang.functional.
IApplicable
or(IBlock<E>)
- Method in interface net.anwiba.commons.lang.optional.
IOptional
or(ISupplier<T, E>)
- Method in interface net.anwiba.commons.lang.optional.
IOptional
or(IBlock<E>)
- Method in class net.anwiba.commons.lang.optional.
Optional
or(ISupplier<T, E>)
- Method in class net.anwiba.commons.lang.optional.
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 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
provide()
- Method in interface net.anwiba.commons.lang.functional.
IProvider
put(K, V)
- Method in class net.anwiba.commons.lang.hashable.
HashableMap
put(K, V)
- Method in class net.anwiba.commons.lang.map.
HasMapBuilder
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(T...)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectCollection
remove(Iterable<T>)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectCollection
remove(T...)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
remove(Iterable<T>)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
remove(int...)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
remove(T...)
- Method in interface net.anwiba.commons.lang.collection.
IMutableObjectCollection
remove(Iterable<T>)
- Method in interface net.anwiba.commons.lang.collection.
IMutableObjectCollection
remove(T...)
- Method in interface net.anwiba.commons.lang.collection.
IMutableObjectList
remove(int...)
- Method in interface net.anwiba.commons.lang.collection.
IMutableObjectList
remove(Iterable<T>)
- Method in interface net.anwiba.commons.lang.collection.
IMutableObjectList
remove()
- Method in interface net.anwiba.commons.lang.collection.
IObjectIterator
Deprecated.
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(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 class net.anwiba.commons.lang.collection.
AbstractObjectCollection
removeAll()
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
removeAll()
- Method in interface net.anwiba.commons.lang.collection.
IMutableObjectCollection
removeAll()
- Method in interface net.anwiba.commons.lang.collection.
IMutableObjectList
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
revert()
- Method in interface net.anwiba.commons.lang.stream.
IStream
S
set(T...)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectCollection
set(Iterable<T>)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectCollection
set(T...)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
set(Iterable<T>)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
set(int, T)
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
set(T...)
- Method in interface net.anwiba.commons.lang.collection.
IObjectCollectionReceiver
set(Iterable<T>)
- Method in interface net.anwiba.commons.lang.collection.
IObjectCollectionReceiver
set(int, T)
- Method in interface net.anwiba.commons.lang.collection.
IObjectListReceiver
set(long)
- Method in class net.anwiba.commons.lang.counter.
Counter
set(long)
- Method in interface net.anwiba.commons.lang.counter.
ICounter
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
set(boolean)
- Method in interface net.anwiba.commons.lang.primativ.
IBooleanReceiver
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 class net.anwiba.commons.lang.collection.
AbstractObjectCollection
size()
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
size()
- Method in interface net.anwiba.commons.lang.collection.
IObjectCollection
size()
- Method in interface net.anwiba.commons.lang.collection.
IObjectListProvider
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 class net.anwiba.commons.lang.collection.
AbstractObjectCollection
stream()
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
stream()
- Method in interface net.anwiba.commons.lang.collection.
IObjectCollection
stream()
- Method in interface net.anwiba.commons.lang.functional.
IClosableIterator
Streams
- Class in
net.anwiba.commons.lang.stream
Streams()
- Constructor for class net.anwiba.commons.lang.stream.
Streams
Streams.Builder
<
E
extends
Exception
> - Class in
net.anwiba.commons.lang.stream
Streams.From
<
E
extends
Exception
> - Class in
net.anwiba.commons.lang.stream
supply()
- Method in interface net.anwiba.commons.lang.functional.
ISupplier
switchTo(I)
- Method in class net.anwiba.commons.lang.visitor.
FunctionSwitch
T
then(IFunction<? super O, ? extends O, E>)
- Method in interface net.anwiba.commons.lang.functional.
IAggregator
then(IBlock<E>)
- Method in interface net.anwiba.commons.lang.functional.
IBlock
then(IConsumer<? super I, E>)
- Method in interface net.anwiba.commons.lang.functional.
IConsumer
then(IFunction<? super O, ? extends R, E>)
- Method in interface net.anwiba.commons.lang.functional.
IFunction
then(IProcedure<? super I, E>)
- Method in interface net.anwiba.commons.lang.functional.
IProcedure
toString()
- Method in class net.anwiba.commons.lang.hashable.
MapEntry
toString()
- Method in class net.anwiba.commons.lang.number.
ComparableNumber
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
ToStringComparator
<
T
> - Class in
net.anwiba.commons.lang.comparable
ToStringComparator()
- Constructor for class net.anwiba.commons.lang.comparable.
ToStringComparator
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
until(int)
- Method in class net.anwiba.commons.lang.stream.
Streams.From
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.collection.
AbstractObjectCollection
values()
- Method in class net.anwiba.commons.lang.collection.
AbstractObjectList
values()
- Method in interface net.anwiba.commons.lang.collection.
IObjectCollection
values()
- Method in interface net.anwiba.commons.lang.collection.
IObjectListProvider
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–2017
Andreas W. Bartels
. All rights reserved.