GP.Collections
Class Bag

java.lang.Object
  |
  +--GP.Collection
        |
        +--GP.Collections.Bag

public class Bag
extends Collection


Constructor Summary
Bag()
           
 
Methods inherited from class GP.Collection
AddElement, Contains, Copy, DoForEach, Empty, EnsureSize, GetBag, GetCurrentElement, GetRandomElement, NumElements, RemoveAllElements, RemoveElement, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bag

public Bag()