gate.util
Class RBTreeMap.SubMap.EntrySetView

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractSet
              |
              +--gate.util.RBTreeMap.SubMap.EntrySetView
All Implemented Interfaces:
Collection, Set
Enclosing class:
RBTreeMap.SubMap

private class RBTreeMap.SubMap.EntrySetView
extends AbstractSet


Field Summary
private  int size
           
private  int sizeModCount
           
 
Constructor Summary
private RBTreeMap.SubMap.EntrySetView()
           
 
Method Summary
 boolean contains(Object o)
           
 boolean isEmpty()
           
 Iterator iterator()
           
 boolean remove(Object o)
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, 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, containsAll, retainAll, toArray, toArray
 

Field Detail

size

private transient int size

sizeModCount

private transient int sizeModCount
Constructor Detail

RBTreeMap.SubMap.EntrySetView

private RBTreeMap.SubMap.EntrySetView()
Method Detail

size

public int size()
Specified by:
size in interface Set
Specified by:
size in class AbstractCollection

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Set
Overrides:
isEmpty in class AbstractCollection

contains

public boolean contains(Object o)
Specified by:
contains in interface Set
Overrides:
contains in class AbstractCollection

remove

public boolean remove(Object o)
Specified by:
remove in interface Set
Overrides:
remove in class AbstractCollection

iterator

public Iterator iterator()
Specified by:
iterator in interface Set
Specified by:
iterator in class AbstractCollection