Uses of Class
bibliothek.util.container.Single

Packages that use Single
bibliothek.util.container Some classes with generic fields. 
 

Uses of Single in bibliothek.util.container
 

Subclasses of Single in bibliothek.util.container
 class Quartuple<A,B,C,D>
          An object containing four generic fields.
 class Triple<A,B,C>
          An object containing three generic fields.
 class Tuple<A,B>
          An object containing two generic fields.
 

Methods in bibliothek.util.container that return Single
 Single<A> Single.clone()