info.rolandkrueger.roklib.util
Class TernarySearchTreeMapCaseInsensitive.TSTEntrySetCaseInsensitive

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<Map.Entry<CharSequence,V>>
          extended by info.rolandkrueger.roklib.util.TernarySearchTreeMapCaseInsensitive.TSTEntrySetCaseInsensitive
All Implemented Interfaces:
Serializable, Iterable<Map.Entry<CharSequence,V>>, Collection<Map.Entry<CharSequence,V>>, Set<Map.Entry<CharSequence,V>>
Enclosing class:
TernarySearchTreeMapCaseInsensitive<V>

private class TernarySearchTreeMapCaseInsensitive.TSTEntrySetCaseInsensitive
extends AbstractSet<Map.Entry<CharSequence,V>>
implements Serializable


Field Summary
private  Set<Map.Entry<CharSequence,Map.Entry<CharSequence,V>>> mEntrySet
           
private static long serialVersionUID
           
 
Constructor Summary
TernarySearchTreeMapCaseInsensitive.TSTEntrySetCaseInsensitive(CharSequence fromKey, CharSequence toKey)
           
 
Method Summary
 boolean add(Map.Entry<CharSequence,V> e)
           
 boolean addAll(Collection<? extends Map.Entry<CharSequence,V>> c)
           
 void clear()
           
 boolean contains(Object object)
           
private  Collection<?> getEntriesFromMap(Collection<?> collection)
           
 boolean isEmpty()
           
 Iterator<Map.Entry<CharSequence,V>> iterator()
           
 boolean remove(Object object)
           
 boolean removeAll(Collection<?> collection)
           
 boolean retainAll(Collection<?> collection)
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode
 
Methods inherited from class java.util.AbstractCollection
containsAll, 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
containsAll, toArray, toArray
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

mEntrySet

private Set<Map.Entry<CharSequence,Map.Entry<CharSequence,V>>> mEntrySet
Constructor Detail

TernarySearchTreeMapCaseInsensitive.TSTEntrySetCaseInsensitive

public TernarySearchTreeMapCaseInsensitive.TSTEntrySetCaseInsensitive(CharSequence fromKey,
                                                                      CharSequence toKey)
Method Detail

iterator

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

size

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

isEmpty

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

contains

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

add

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

remove

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

retainAll

public boolean retainAll(Collection<?> collection)
Specified by:
retainAll in interface Collection<Map.Entry<CharSequence,V>>
Specified by:
retainAll in interface Set<Map.Entry<CharSequence,V>>
Overrides:
retainAll in class AbstractCollection<Map.Entry<CharSequence,V>>

getEntriesFromMap

private Collection<?> getEntriesFromMap(Collection<?> collection)

removeAll

public boolean removeAll(Collection<?> collection)
Specified by:
removeAll in interface Collection<Map.Entry<CharSequence,V>>
Specified by:
removeAll in interface Set<Map.Entry<CharSequence,V>>
Overrides:
removeAll in class AbstractSet<Map.Entry<CharSequence,V>>

addAll

public boolean addAll(Collection<? extends Map.Entry<CharSequence,V>> c)
Specified by:
addAll in interface Collection<Map.Entry<CharSequence,V>>
Specified by:
addAll in interface Set<Map.Entry<CharSequence,V>>
Overrides:
addAll in class AbstractCollection<Map.Entry<CharSequence,V>>

clear

public void clear()
Specified by:
clear in interface Collection<Map.Entry<CharSequence,V>>
Specified by:
clear in interface Set<Map.Entry<CharSequence,V>>
Overrides:
clear in class AbstractCollection<Map.Entry<CharSequence,V>>


Copyright © 2007-2011. All Rights Reserved.