org.apache.tools.ant.util
public class LazyHashtable extends Hashtable
Since: Ant 1.6
Field Summary | |
---|---|
protected boolean | initAllDone |
Constructor Summary | |
---|---|
LazyHashtable() |
Method Summary | |
---|---|
boolean | contains(Object value) |
boolean | containsKey(Object value) |
boolean | containsValue(Object value)
Delegates to {@link #contains contains}. |
Enumeration | elements() |
protected void | initAll() Used to be part of init. |
boolean | isEmpty() |
Enumeration | keys() |
int | size() |