- get(int) - Method in class java.util.AbstractSequentialList
-
Returns the element at the specified position in this list.
- get(int) - Method in class java.util.LinkedList
-
Returns the element at the specified position in this list.
- get(Object) - Method in class java.util.TreeMap
-
Returns the value to which the specified key is mapped, or null
if this map contains no mapping for the
key.
- getFirst() - Method in class java.util.ArrayDeque
-
- getFirst() - Method in interface java.util.Deque
-
Retrieves, but does not remove, the first element of this deque.
- getFirst() - Method in class java.util.LinkedList
-
Returns the first element in this list.
- getLast() - Method in class java.util.ArrayDeque
-
- getLast() - Method in interface java.util.Deque
-
Retrieves, but does not remove, the last element of this deque.
- getLast() - Method in class java.util.LinkedList
-
Returns the last element in this list.