A B C D E F G I K M N P R S T U V _ 
All Classes All Packages

A

a - Variable in class me.wobblyyyy.edt.Pair
 
a - Variable in class me.wobblyyyy.edt.Trio
 
a() - Method in interface me.wobblyyyy.edt.ItrTrio
Get the current A element.
a() - Method in class me.wobblyyyy.edt.TrioIterator
Get the current A element.
accept(A, B, C) - Method in interface me.wobblyyyy.edt.TriConsumer
Perform this operation on the given arguments.
activeSize - Variable in class me.wobblyyyy.edt.DynamicArray
The size of the currently-active portion of the array.
add(int, E) - Method in class me.wobblyyyy.edt.DynamicArray
Add a value to the DynamicArray's internal array of elements.
add(int, K, V) - Method in class me.wobblyyyy.edt.DynamicMap
Add a key-value pair to the map.
add(int, KeyValue<K, V>) - Method in class me.wobblyyyy.edt.DynamicMap
Add a key-value pair to the map.
add(int, T) - Method in class me.wobblyyyy.edt.functional.Analyzable
Add a value to the DynamicArray's internal array of elements.
add(A, B, C) - Method in class me.wobblyyyy.edt.TrioMap
Add a trio of elements to the internal arrays.
add(E) - Method in class me.wobblyyyy.edt.DynamicArray
Add a value to the end of the DynamicArray's internal array of elements.
add(E[]) - Method in class me.wobblyyyy.edt.DynamicArray
Add an array of elements to the DynamicArray's internal list of elements.
add(K, V) - Method in class me.wobblyyyy.edt.DynamicMap
Add a key-value pair to the map.
add(KeyValue<K, V>) - Method in class me.wobblyyyy.edt.DynamicMap
Add a key-value pair to the map.
add(T) - Method in class me.wobblyyyy.edt.functional.Analyzable
Add a value to the end of the DynamicArray's internal array of elements.
add(T[]) - Method in class me.wobblyyyy.edt.functional.Analyzable
Add an array of elements to the DynamicArray's internal list of elements.
Analyzable<T extends java.lang.Number> - Class in me.wobblyyyy.edt.functional
An extension of the dynamic array type that allows for a limited amount of analysis on a given set of numbers.
Analyzable() - Constructor for class me.wobblyyyy.edt.functional.Analyzable
Create a new DynamicArray instance without any values or elements.
Analyzable(int) - Constructor for class me.wobblyyyy.edt.functional.Analyzable
Create a new DynamicArray instance without any data.
Analyzable(int, Object[]) - Constructor for class me.wobblyyyy.edt.functional.Analyzable
Create a new DynamicArray instance using a plain array of elements as the initialization elements.
Analyzable(ArrayList<T>) - Constructor for class me.wobblyyyy.edt.functional.Analyzable
Create a new DynamicArray instance by using an ArrayList instance to provide initialization values for the newly-constructed array.
Analyzable(Arrayable<T>) - Constructor for class me.wobblyyyy.edt.functional.Analyzable
Create a new DynamicArray instance by using an Arrayable object as the "base" that the dynamic array should be based on.
Analyzable(T...) - Constructor for class me.wobblyyyy.edt.functional.Analyzable
Create a new DynamicArray instance using a plain array of elements as the initialization elements.
analyzeNumber(Number) - Method in class me.wobblyyyy.edt.functional.Analyzable
Internal method called whenever a number needs to be analyzed.
andThen(TriConsumer<? super A, ? super B, ? super C>) - Method in interface me.wobblyyyy.edt.TriConsumer
Return a composed TriConsumer that performs, in sequence, this operation followed by the after operation.
array - Variable in class me.wobblyyyy.edt.FrozenArray
The internal array.
array - Variable in class me.wobblyyyy.edt.StaticArray
The internal array.
Arrayable<E> - Interface in me.wobblyyyy.edt
An interface to be shared by all implementations of the core array concept that much of edt is based on.
ArrayableConsumer<E> - Interface in me.wobblyyyy.edt
Interface used in consuming an Arrayable instance.
ArrayableSupplier<E> - Interface in me.wobblyyyy.edt
Interface used in supplying an Arrayable instance.
ArrayIterator<E> - Class in me.wobblyyyy.edt
Iterator used and shared by all sorts of arrays.
ArrayIterator(ArrayableSupplier<E>) - Constructor for class me.wobblyyyy.edt.ArrayIterator
Create a new ArrayIterator instance, using a supplier to supply ourselves with an Arrayable instance.
average() - Method in class me.wobblyyyy.edt.functional.Analyzable
Get an average of all of the values that are contained in the array.
A B C D E F G I K M N P R S T U V _ 
All Classes All Packages