public class

StringRangeSet

extends Object
implements Set<E>
java.lang.Object
   ↳ org.bson.util.StringRangeSet

Summary

Public Constructors
StringRangeSet(int size)
Public Methods
boolean add(String e)
boolean addAll(Collection<? extends String> c)
void clear()
boolean contains(Object o)
boolean containsAll(Collection<?> c)
boolean isEmpty()
Iterator<String> iterator()
boolean remove(Object o)
boolean removeAll(Collection<?> c)
boolean retainAll(Collection<?> c)
int size()
<T> T[] toArray(T[] a)
Object[] toArray()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.Iterable
From interface java.util.Collection
From interface java.util.Set

Public Constructors

public StringRangeSet (int size)

Public Methods

public boolean add (String e)

public boolean addAll (Collection<? extends String> c)

public void clear ()

public boolean contains (Object o)

public boolean containsAll (Collection<?> c)

public boolean isEmpty ()

public Iterator<String> iterator ()

public boolean remove (Object o)

public boolean removeAll (Collection<?> c)

public boolean retainAll (Collection<?> c)

public int size ()

public T[] toArray (T[] a)

public Object[] toArray ()