java.util
Class TreeMap.SubMap.EntrySetView

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractSet
              |
              +--java.util.TreeMap.SubMap.EntrySetView

private class TreeMap.SubMap.EntrySetView
extends AbstractSet


Field Summary
private  int size
           
private  int sizeModCount
           
 
Constructor Summary
(package private) TreeMap.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
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, containsAll, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

size

private transient int size

sizeModCount

private transient int sizeModCount
Constructor Detail

TreeMap.SubMap.EntrySetView

TreeMap.SubMap.EntrySetView()
Method Detail

size

public int size()
Overrides:
size in class AbstractCollection

isEmpty

public boolean isEmpty()
Overrides:
isEmpty in class AbstractCollection

contains

public boolean contains(Object o)
Overrides:
contains in class AbstractCollection

remove

public boolean remove(Object o)
Overrides:
remove in class AbstractCollection

iterator

public Iterator iterator()
Overrides:
iterator in class AbstractCollection