Uses of Class
bibliothek.util.container.Tuple

Packages that use Tuple
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.util.container Some classes with generic fields. 
 

Uses of Tuple in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return Tuple
protected  Tuple<Integer,SplitNode> SplitDockStation.getLowestNode(SplitDockPathProperty property)
          Searches the lowest node whose identifier is equal to an identifier from property.
 

Uses of Tuple in bibliothek.util.container
 

Subclasses of Tuple 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.
 

Methods in bibliothek.util.container that return Tuple
 Tuple<A,B> Tuple.clone()
           
static
<A,B> Tuple<A,B>
Tuple.of(A a, B b)