applications
Class Container

java.lang.Object
  |
  +--applications.Container

public class Container
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
Container(int theID, int theWeight)
           
 
Method Summary
 int compareTo(java.lang.Object x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Container

public Container(int theID,
                 int theWeight)
Method Detail

compareTo

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