Package bibliothek.util.container

Some classes with generic fields.

See:
          Description

Class Summary
Quartuple<A,B,C,D> An object containing four generic fields.
Single<A> An object containing one generic fields.
Triple<A,B,C> An object containing three generic fields.
Tuple<A,B> An object containing two generic fields.
 

Package bibliothek.util.container Description

Some classes with generic fields. They are mostly used when a method needs to return more than just one object, or to store temporarily more than one object (for example in a Map.