All Classes and Interfaces

Class
Description
This class extends the AbstractList skeleton by implementing^ Shrinkable.
Random-Access List implementation with a fixed capacity.
 
 
 
 
 
 
Interface for objects that can be resized to a smaller size in constant time.
Random-Access List implementation, that has a custom capacity and allows custom resizing.
 
 
 
 
Abstract base class for implementing zipping functionality over multiple iterables.
The Zip2 class combines two iterables into a single iterable of pairs (tuples).
The Zip3 class combines three iterables into a single iterable of triples (tuples).