mathCollection
Class HashSetOfSets.Element

java.lang.Object
  extended bymathCollection.HashSetOfSets.Element
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
HashSetOfSets

private static class HashSetOfSets.Element
extends java.lang.Object
implements java.lang.Comparable


Field Summary
 java.lang.Object contents
           
 int quantity
           
 
Constructor Summary
private HashSetOfSets.Element()
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contents

public java.lang.Object contents

quantity

public int quantity
Constructor Detail

HashSetOfSets.Element

private HashSetOfSets.Element()
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable