info.rolandkrueger.roklib.util
Class TernarySearchTreeMap.TSTValuesCollection

java.lang.Object
  extended by java.util.AbstractCollection<V>
      extended by info.rolandkrueger.roklib.util.TernarySearchTreeMap.TSTValuesCollection
All Implemented Interfaces:
Serializable, Iterable<V>, Collection<V>
Enclosing class:
TernarySearchTreeMap<V>

private class TernarySearchTreeMap.TSTValuesCollection
extends AbstractCollection<V>
implements Serializable


Field Summary
private  CharSequence mExclusiveToKey
           
private  CharSequence mFromKey
           
private static long serialVersionUID
           
 
Constructor Summary
TernarySearchTreeMap.TSTValuesCollection()
           
TernarySearchTreeMap.TSTValuesCollection(CharSequence fromKey, CharSequence toKey)
           
 
Method Summary
 boolean add(V o)
           
 boolean addAll(Collection<? extends V> c)
           
 void clear()
           
 boolean contains(Object o)
           
 boolean containsAll(Collection<?> c)
           
 boolean equals(Object obj)
           
 boolean isEmpty()
           
 Iterator<V> iterator()
           
 boolean remove(Object o)
           
 boolean removeAll(Collection<?> c)
           
 boolean retainAll(Collection<?> c)
           
 int size()
           
 
Methods inherited from class java.util.AbstractCollection
toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
hashCode
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

mFromKey

private CharSequence mFromKey

mExclusiveToKey

private CharSequence mExclusiveToKey
Constructor Detail

TernarySearchTreeMap.TSTValuesCollection

public TernarySearchTreeMap.TSTValuesCollection()

TernarySearchTreeMap.TSTValuesCollection

public TernarySearchTreeMap.TSTValuesCollection(CharSequence fromKey,
                                                CharSequence toKey)
Method Detail

add

public boolean add(V o)
Specified by:
add in interface Collection<V>
Overrides:
add in class AbstractCollection<V>

addAll

public boolean addAll(Collection<? extends V> c)
Specified by:
addAll in interface Collection<V>
Overrides:
addAll in class AbstractCollection<V>

clear

public void clear()
Specified by:
clear in interface Collection<V>
Overrides:
clear in class AbstractCollection<V>

contains

public boolean contains(Object o)
Specified by:
contains in interface Collection<V>
Overrides:
contains in class AbstractCollection<V>

containsAll

public boolean containsAll(Collection<?> c)
Specified by:
containsAll in interface Collection<V>
Overrides:
containsAll in class AbstractCollection<V>

equals

public boolean equals(Object obj)
Specified by:
equals in interface Collection<V>
Overrides:
equals in class Object

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Collection<V>
Overrides:
isEmpty in class AbstractCollection<V>

iterator

public Iterator<V> iterator()
Specified by:
iterator in interface Iterable<V>
Specified by:
iterator in interface Collection<V>
Specified by:
iterator in class AbstractCollection<V>

remove

public boolean remove(Object o)
Specified by:
remove in interface Collection<V>
Overrides:
remove in class AbstractCollection<V>

removeAll

public boolean removeAll(Collection<?> c)
Specified by:
removeAll in interface Collection<V>
Overrides:
removeAll in class AbstractCollection<V>

retainAll

public boolean retainAll(Collection<?> c)
Specified by:
retainAll in interface Collection<V>
Overrides:
retainAll in class AbstractCollection<V>

size

public int size()
Specified by:
size in interface Collection<V>
Specified by:
size in class AbstractCollection<V>


Copyright © 2007-2011. All Rights Reserved.