Uses of Package
org.jjoost.util.tuples

Packages that use org.jjoost.util.tuples
org.jjoost.collections.base   
org.jjoost.collections.sets.base   
org.jjoost.collections.sets.concurrent   
org.jjoost.collections.sets.serial   
org.jjoost.util   
org.jjoost.util.tuples   
 

Classes in org.jjoost.util.tuples used by org.jjoost.collections.base
Pair
          A simple interface representing a pair of values
 

Classes in org.jjoost.util.tuples used by org.jjoost.collections.sets.base
Value
          An interface defining an object which contains some value
 

Classes in org.jjoost.util.tuples used by org.jjoost.collections.sets.concurrent
Value
          An interface defining an object which contains some value
 

Classes in org.jjoost.util.tuples used by org.jjoost.collections.sets.serial
Value
          An interface defining an object which contains some value
 

Classes in org.jjoost.util.tuples used by org.jjoost.util
Value
          An interface defining an object which contains some value
 

Classes in org.jjoost.util.tuples used by org.jjoost.util.tuples
Pair
          A simple interface representing a pair of values
Triple
          A simple interface representing a three-tuple (triple)