A B C D E F G I K M N P R S T U V _
All Classes All Packages
All Classes All Packages
All Classes All Packages
I
- index - Variable in class me.wobblyyyy.edt.ArrayIterator
-
An internal index counter.
- index - Variable in class me.wobblyyyy.edt.MapIterator
-
The current index of the iterator.
- index - Variable in class me.wobblyyyy.edt.TrioIterator
-
The internally-stored index.
- index() - Method in class me.wobblyyyy.edt.ArrayIterator
-
Get the current index of the array.
- index() - Method in interface me.wobblyyyy.edt.ItrPair
-
Get the current index of the array.
- index() - Method in interface me.wobblyyyy.edt.ItrSingle
-
Get the current index of the array.
- index() - Method in interface me.wobblyyyy.edt.ItrTrio
-
Get the current index.
- index() - Method in class me.wobblyyyy.edt.MapIterator
-
Get the current index of the array.
- index() - Method in class me.wobblyyyy.edt.TrioIterator
-
Get the current index.
- indexOf(E) - Method in interface me.wobblyyyy.edt.Arrayable
-
Get the index of a specified element.
- indexOf(E) - Method in class me.wobblyyyy.edt.DynamicArray
-
Get the index of a specified element.
- indexOf(E) - Method in class me.wobblyyyy.edt.FrozenArray
-
Get the index of a specified value.
- indexOf(E) - Method in class me.wobblyyyy.edt.StaticArray
-
Get the index of a specified value.
- indexOfInRange(E, int, int) - Method in class me.wobblyyyy.edt.DynamicArray
-
Get the index of a specified element, so long as it fits within that range.
- indexOfKey(K) - Method in class me.wobblyyyy.edt.DynamicMap
-
Get the index of a requested key.
- indexOfValue(V) - Method in class me.wobblyyyy.edt.DynamicMap
-
Get the index of a requested value.
- initElements() - Method in class me.wobblyyyy.edt.TrioMap
-
Initialize all of the elements in the array.
- IntegerMap<V> - Class in me.wobblyyyy.edt.maps
-
A specialized dynamic map type designed to reduce clutter in code (and the amount of those damn diamond brackets).
- IntegerMap() - Constructor for class me.wobblyyyy.edt.maps.IntegerMap
-
Create a new
DynamicMap
without any elements. - IntegerMap(int) - Constructor for class me.wobblyyyy.edt.maps.IntegerMap
-
Create a new
DynamicMap
without any elements. - IntegerMap(Map<Integer, V>) - Constructor for class me.wobblyyyy.edt.maps.IntegerMap
-
Create a new
DynamicMap
using a map as a base. - IntegerMap(KeyValue<Integer, V>[]) - Constructor for class me.wobblyyyy.edt.maps.IntegerMap
-
Create a new
DynamicMap
, using an array of key-value pairs of the typeK
,V
. - isEmpty() - Method in interface me.wobblyyyy.edt.Arrayable
-
Check to see if the entire
array
is empty. - isEmpty() - Method in class me.wobblyyyy.edt.DynamicArray
-
Check to see if the entire
DynamicArray
is empty. - isEmpty() - Method in class me.wobblyyyy.edt.FrozenArray
-
Check to see if the array is empty.
- isEmpty() - Method in class me.wobblyyyy.edt.StaticArray
-
Check to see if the array is empty.
- isFirstRun - Variable in class me.wobblyyyy.edt.functional.Analyzable
-
Is this analysis the first that's being executed?
- isLargeEnough(int) - Method in class me.wobblyyyy.edt.DynamicArray
-
Is the current array large enough to support a growth by a defined increase in array size?
- itr() - Method in interface me.wobblyyyy.edt.Arrayable
-
Get the
array
's iterator nested class. - itr() - Method in class me.wobblyyyy.edt.DynamicArray
-
Get the
DynamicArray
's iterator nested class. - itr() - Method in class me.wobblyyyy.edt.DynamicMap
-
Get the
DynamicMap
's iteration system. - itr() - Method in class me.wobblyyyy.edt.FrozenArray
-
Get the frozen array's iterator.
- itr() - Method in class me.wobblyyyy.edt.FrozenMap
-
Get the map's iterator.
- itr() - Method in interface me.wobblyyyy.edt.Mappable
-
Get the map's iterator.
- itr() - Method in class me.wobblyyyy.edt.StaticArray
-
Get the static array's iterator.
- itr() - Method in class me.wobblyyyy.edt.StaticMap
-
Get the
StaticMap
's iteration system. - itr() - Method in class me.wobblyyyy.edt.TrioMap
-
Get the trio map's iterator.
- ItrPair<A,B> - Interface in me.wobblyyyy.edt
-
An interface to be shared by iteration sets that can accept more than a single parameter per each iteration.
- ItrSingle<E> - Interface in me.wobblyyyy.edt
-
An interface for iterable types that only have a single supplier.
- ItrTrio<A,B,C> - Interface in me.wobblyyyy.edt
-
An iteration trio for sets that have three consumed arguments.
All Classes All Packages