- set(int, E) - Method in class com.augustbonds.foundation.Array
-
Sets the element at a specific index.
- Set<E> - Class in com.augustbonds.foundation
-
The Set class is used to hold a number of unique items of type E.
- Set() - Constructor for class com.augustbonds.foundation.Set
-
The default constructor.
- size() - Method in class com.augustbonds.foundation.Array
-
Returns the size of the Array.
- size() - Method in class com.augustbonds.foundation.Dictionary
-
The number key-value pairs stored in the dictionary
- size() - Method in class com.augustbonds.foundation.Set
-
The number of elements currently in the Set.
- sort(Comparator<E>) - Method in class com.augustbonds.foundation.Array
-
Perform an in-place sorting of the elements in the Array.