Uses of Interface
org.ckkloverdos.tuple.ITuple

Packages that use ITuple
org.ckkloverdos.hint   
org.ckkloverdos.tuple   
 

Uses of ITuple in org.ckkloverdos.hint
 

Classes in org.ckkloverdos.hint that implement ITuple
 class BinaryHint
          Default implementation for a IHint represented by two objects.
 

Uses of ITuple in org.ckkloverdos.tuple
 

Subinterfaces of ITuple in org.ckkloverdos.tuple
 interface IPair
          A placeholder for a pair of objects.
 

Classes in org.ckkloverdos.tuple that implement ITuple
 class ListTuple
          A ITuple implementation backed by a List.
 class Pair
          Implements IPair.
 class TupleSkeleton
          An abstract class implementing TupleSkeleton.equals(Object) and TupleSkeleton.hashCode().
 



Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.