Searched defs:pointer (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/
H A DHistoryList.java31 * The {@code HistoryList} class encapsulates a traversable list and a pointer
32 * to the "current" insertion point in that list. The pointer can be
37 * of the pointer to the end of the list are first removed.
45 private int pointer; field in class:HistoryList
52 * Removes all elements from the list and sets the pointer to zero.
57 pointer = 0;
61 * Gets the number of items before the pointer.
65 return pointer;
69 * Retrieves the element immediately before the position of the pointer, or
70 * {@code null} if the pointer i
[all...]

Completed in 11 milliseconds