public class Container<KeyType,ElementType extends Container.Element<KeyType>> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Container.Element<KeyType> |
| Constructor and Description |
|---|
Container(int capacity) |
public void add(ElementType element)
protected void requeue()
public int size()
Copyright © 2014 Intersult GmbH. All rights reserved.