| Home >> All >> com >> virtuosotechnologies >> lib >> [ collections Javadoc ] |
com.virtuosotechnologies.lib.collections: Javadoc index of package com.virtuosotechnologies.lib.collections.
Package Samples:
com.virtuosotechnologies.lib.collections
Classes:
RotatingArrayList: Rotating resizeable array implementation of the List interface. Implements all optional list operations, and permits all elements, including null . In addition to implementing the List interface, this class provides methods to manipulate the size of the array that is used internally to store the list. This class is roughly equivalent to ArrayList (and is based on the ArrayList implementation) with one important distinction. The add(index, object) method operates in amortized constant time rather than linear time when inserting at the beginning or end of a list, and the remove(index) method also ...
| Home | Contact Us | Privacy Policy | Terms of Service |