|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jawk.jrt.KeyListImpl
public class KeyListImpl
Implement the KeyList interface with an ArrayList.
| Constructor Summary | |
|---|---|
KeyListImpl(java.util.Set<java.lang.Object> set)
Convert the set to a KeyList. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getFirstAndRemove()
|
int |
size()
Retrieve the number of elements in the KeyList. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyListImpl(java.util.Set<java.lang.Object> set)
| Method Detail |
|---|
public final java.lang.Object getFirstAndRemove()
getFirstAndRemove in interface KeyListpublic int size()
KeyList
size in interface KeyList
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||