|
|||||||||
| Home >> All >> org >> sablecc >> [ sablecc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.sablecc.sablecc
Class TypedHashMap.EntrySet

java.lang.Objectjava.util.AbstractCollection
java.util.AbstractSet
org.sablecc.sablecc.TypedHashMap.EntrySet
- All Implemented Interfaces:
- java.util.Collection, java.lang.Iterable, java.util.Set
- Enclosing class:
- TypedHashMap
- private class TypedHashMap.EntrySet
- extends java.util.AbstractSet
| Field Summary | |
private java.util.Set |
set
|
| Constructor Summary | |
(package private) |
TypedHashMap.EntrySet(java.util.Set set)
|
| Method Summary | |
java.util.Iterator |
iterator()
Returns an iterator over the set. |
int |
size()
Returns the number of elements in the set. |
| Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray |
| Field Detail |
set
private java.util.Set set
| Constructor Detail |
TypedHashMap.EntrySet
TypedHashMap.EntrySet(java.util.Set set)
| Method Detail |
size
public int size()
- Description copied from interface:
java.util.Set - Returns the number of elements in the set. If there are more
than Integer.MAX_VALUE mappings, return Integer.MAX_VALUE. This is
the cardinality of the set.
iterator
public java.util.Iterator iterator()
- Description copied from interface:
java.util.Set - Returns an iterator over the set. The iterator has no specific order,
unless further specified.
|
|||||||||
| Home >> All >> org >> sablecc >> [ sablecc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC