net.sf.beanlib.utils.range
Class ExtensibleTreeMap.SubMap.EntrySetView

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<Map.Entry<K,V>>
          extended by net.sf.beanlib.utils.range.ExtensibleTreeMap.SubMap.EntrySetView
All Implemented Interfaces:
Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>
Enclosing class:
ExtensibleTreeMap.SubMap

private class ExtensibleTreeMap.SubMap.EntrySetView
extends AbstractSet<Map.Entry<K,V>>


Field Summary
private  int size
           
private  int sizeModCount
           
 
Constructor Summary
private ExtensibleTreeMap.SubMap.EntrySetView()
           
 
Method Summary
 boolean contains(Object o)
           
 boolean isEmpty()
           
 Iterator<Map.Entry<K,V>> 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

ExtensibleTreeMap.SubMap.EntrySetView

private ExtensibleTreeMap.SubMap.EntrySetView()
Method Detail

size

public int size()
Specified by:
size in interface Collection<Map.Entry<K,V>>
Specified by:
size in interface Set<Map.Entry<K,V>>
Specified by:
size in class AbstractCollection<Map.Entry<K,V>>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Collection<Map.Entry<K,V>>
Specified by:
isEmpty in interface Set<Map.Entry<K,V>>
Overrides:
isEmpty in class AbstractCollection<Map.Entry<K,V>>

contains

public boolean contains(Object o)
Specified by:
contains in interface Collection<Map.Entry<K,V>>
Specified by:
contains in interface Set<Map.Entry<K,V>>
Overrides:
contains in class AbstractCollection<Map.Entry<K,V>>

remove

public boolean remove(Object o)
Specified by:
remove in interface Collection<Map.Entry<K,V>>
Specified by:
remove in interface Set<Map.Entry<K,V>>
Overrides:
remove in class AbstractCollection<Map.Entry<K,V>>

iterator

public Iterator<Map.Entry<K,V>> iterator()
Specified by:
iterator in interface Iterable<Map.Entry<K,V>>
Specified by:
iterator in interface Collection<Map.Entry<K,V>>
Specified by:
iterator in interface Set<Map.Entry<K,V>>
Specified by:
iterator in class AbstractCollection<Map.Entry<K,V>>