Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.sablecc.sablecc
Class TypedHashMap.EntrySet  view TypedHashMap.EntrySet download TypedHashMap.EntrySet.java

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byorg.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.