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
T
- toArray() - Method in interface me.wobblyyyy.edt.Arrayable
-
Convert this instance of an
array
into a plain array instance by creating a clone of the elements contained in the calling instance that is the same size as the active size. - toArray() - Method in class me.wobblyyyy.edt.DynamicArray
-
Convert this instance of a
DynamicArray
into a plain array instance by creating a clone of the elements contained in the calling instance that is the same size as the active size. - toArray() - Method in class me.wobblyyyy.edt.FrozenArray
-
Get the frozen array as an array.
- toArray() - Method in class me.wobblyyyy.edt.StaticArray
-
Get the static array as an array.
- toArray(E[]) - Method in interface me.wobblyyyy.edt.Arrayable
-
Get the array of objects contained in the
array
and cast them into a given array. - toArray(E[]) - Method in class me.wobblyyyy.edt.DynamicArray
-
Get the array of objects contained in the
DynamicArray
and cast them into a given array. - toArray(E[]) - Method in class me.wobblyyyy.edt.FrozenArray
-
Convert the frozen array to a given array type.
- toArray(E[]) - Method in class me.wobblyyyy.edt.StaticArray
-
Convert the static array to a given array type.
- toArrayList() - Method in interface me.wobblyyyy.edt.Arrayable
-
Convert this instance of an
array
into an instance of anArrayList
. - toArrayList() - Method in class me.wobblyyyy.edt.DynamicArray
-
Convert this instance of a
DynamicArray
into an instance of anArrayList
. - toArrayList() - Method in class me.wobblyyyy.edt.FrozenArray
-
Get the frozen array as an array list.
- toArrayList() - Method in class me.wobblyyyy.edt.StaticArray
-
Get the static array as an array list.
- toDoubleArray() - Method in interface me.wobblyyyy.edt.Arrayable
-
Get the
array
's internal array and cast it into a number array. - toDoubleArray() - Method in class me.wobblyyyy.edt.DynamicArray
-
Get the
DynamicArray
's internal array and cast it into a number array. - toDoubleArray() - Method in class me.wobblyyyy.edt.FrozenArray
-
Convert the frozen array into a double array.
- toDoubleArray() - Method in class me.wobblyyyy.edt.StaticArray
-
Convert the static array into a double array.
- toDynamicArray() - Method in class me.wobblyyyy.edt.FrozenArray
-
Convert the frozen array into a dynamic array of the same type.
- toDynamicArray() - Method in class me.wobblyyyy.edt.StaticArray
-
Convert the static array into a dynamic array of the same type.
- toIntegerArray() - Method in interface me.wobblyyyy.edt.Arrayable
-
Get the
array
's internal array and cast it into a number array. - toIntegerArray() - Method in class me.wobblyyyy.edt.DynamicArray
-
Get the
DynamicArray
's internal array and cast it into a number array. - toIntegerArray() - Method in class me.wobblyyyy.edt.FrozenArray
-
Convert the frozen array into an integer array.
- toIntegerArray() - Method in class me.wobblyyyy.edt.StaticArray
-
Convert the static array into an integer array.
- toList() - Method in interface me.wobblyyyy.edt.Arrayable
-
Convert this instance of an
array
into an instance of the much more well-knownList
. - toList() - Method in class me.wobblyyyy.edt.DynamicArray
-
Convert this instance of a
DynamicArray
into an instance of the much more well-knownList
. - toList() - Method in class me.wobblyyyy.edt.FrozenArray
-
Get the frozen array as a list.
- toList() - Method in class me.wobblyyyy.edt.StaticArray
-
Get the static array as a list.
- TriConsumer<A,B,C> - Interface in me.wobblyyyy.edt
-
Represents an operation that accepts three input arguments and returns no result.
- trim() - Method in class me.wobblyyyy.edt.DynamicArray
-
Trim the currently-stored element array into a smaller element array by reducing the size of the array to the active size of the array.
- trim() - Method in class me.wobblyyyy.edt.DynamicMap
-
Trim the active portion of the dynamic map.
- Trio<A,B,C> - Class in me.wobblyyyy.edt
- Trio(A, B, C) - Constructor for class me.wobblyyyy.edt.Trio
- TrioIterator<A,B,C> - Class in me.wobblyyyy.edt
-
An iterator utility class designed for trio maps or data structures that contain three iterable sets of data.
- TrioIterator(TrioMapSupplier<A, B, C>) - Constructor for class me.wobblyyyy.edt.TrioIterator
-
Create a new
TrioIterator
instance. - TrioMap<A,B,C> - Class in me.wobblyyyy.edt
-
A map that takes three parameters.
- TrioMap() - Constructor for class me.wobblyyyy.edt.TrioMap
-
Create a new trio map without any contained elements.
- TrioMap(int) - Constructor for class me.wobblyyyy.edt.TrioMap
-
Create a new trio map without any contained elements and a set size.
- TrioMapConsumer<A,B,C> - Interface in me.wobblyyyy.edt
- TrioMapSupplier<A,B,C> - Interface in me.wobblyyyy.edt
All Classes All Packages