A C G I N S T

A

add(E) - Method in class GShuffleBag
Puts the specified element into the bag and sets the cursor to the last position.
add(E, int) - Method in class GShuffleBag
Puts the specified element several times into the bag and sets the cursor to the last position.
add(int) - Method in class IntShuffleBag
Puts the specified element into the bag and sets the cursor to the last position.
add(int, int) - Method in class IntShuffleBag
Puts the specified element several times into the bag and sets the cursor to the last position.
add(Object) - Method in class ShuffleBag
Puts the specified element into the bag and sets the cursor to the last position.
add(Object, int) - Method in class ShuffleBag
Puts the specified element several times into the bag and sets the cursor to the last position.

C

capacity() - Method in class GShuffleBag
Returns the capacity of this bag.
capacity() - Method in class IntShuffleBag
Returns the capacity of this bag.
capacity() - Method in class ShuffleBag
Returns the capacity of this bag.

G

GShuffleBag<E> - Class in <Unnamed>
An enlargeable continuous shuffled sequence generator.
GShuffleBag() - Constructor for class GShuffleBag
Constructs an empty bag with an initial capacity of 10 and the default source of randomness.
GShuffleBag(Random) - Constructor for class GShuffleBag
Constructs an empty bag with an initial capacity of 10 and the specified source of randomness.
GShuffleBag(int) - Constructor for class GShuffleBag
Constructs an empty bag with the specified initial capacity and the default source of randomness.
GShuffleBag(int, Random) - Constructor for class GShuffleBag
Constructs an empty bag with the specified initial capacity and the specified source of randomness.

I

IntShuffleBag - Class in <Unnamed>
An enlargeable continuous shuffled sequence generator.
IntShuffleBag() - Constructor for class IntShuffleBag
Constructs an empty bag with an initial capacity of 10 and the default source of randomness.
IntShuffleBag(Random) - Constructor for class IntShuffleBag
Constructs an empty bag with an initial capacity of 10 and the specified source of randomness.
IntShuffleBag(int) - Constructor for class IntShuffleBag
Constructs an empty bag with the specified initial capacity and the default source of randomness.
IntShuffleBag(int, Random) - Constructor for class IntShuffleBag
Constructs an empty bag with the specified initial capacity and the specified source of randomness.

N

next() - Method in class GShuffleBag
Returns the next item from this bag.
next() - Method in class IntShuffleBag
Returns the next item from this bag.
next() - Method in class ShuffleBag
Returns the next item from this bag.

S

ShuffleBag - Class in <Unnamed>
An enlargeable continuous shuffled sequence generator.
ShuffleBag() - Constructor for class ShuffleBag
Constructs an empty bag with an initial capacity of 10 and the default source of randomness.
ShuffleBag(Random) - Constructor for class ShuffleBag
Constructs an empty bag with an initial capacity of 10 and the specified source of randomness.
ShuffleBag(int) - Constructor for class ShuffleBag
Constructs an empty bag with the specified initial capacity and the default source of randomness.
ShuffleBag(int, Random) - Constructor for class ShuffleBag
Constructs an empty bag with the specified initial capacity and the specified source of randomness.
size() - Method in class GShuffleBag
Returns the number of elements in this bag.
size() - Method in class IntShuffleBag
Returns the number of elements in this bag.
size() - Method in class ShuffleBag
Returns the number of elements in this bag.

T

trimToSize() - Method in class GShuffleBag
Trims the capacity of this GShuffleBag instance to be the bag's current size.
trimToSize() - Method in class IntShuffleBag
Trims the capacity of this IntShuffleBag instance to be the bag's current size.
trimToSize() - Method in class ShuffleBag
Trims the capacity of this ShuffleBag instance to be the bag's current size.

A C G I N S T