| Package | Description |
|---|---|
| craterdog.collections | |
| craterdog.collections.abstractions |
| Modifier and Type | Class and Description |
|---|---|
class |
Bag<E>
This collection class implements an ordered collection that allows duplicate elements.
|
class |
Set<E>
This collection class implements an ordered collection that does not allow duplicate elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrderedCollection<E>
This abstract class defines the invariant methods that all ordered collections must inherit.
|
Copyright © 2015 Crater Dog Technologies(TM). All rights reserved.