@Deprecated public class StringRangeSet extends Object implements Set<String>
Constructor and Description |
---|
StringRangeSet(int size)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(String e)
Deprecated.
|
boolean |
addAll(Collection<? extends String> c)
Deprecated.
|
void |
clear()
Deprecated.
|
boolean |
contains(Object o)
Deprecated.
|
boolean |
containsAll(Collection<?> c)
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
Iterator<String> |
iterator()
Deprecated.
|
boolean |
remove(Object o)
Deprecated.
|
boolean |
removeAll(Collection<?> c)
Deprecated.
|
boolean |
retainAll(Collection<?> c)
Deprecated.
|
int |
size()
Deprecated.
|
Object[] |
toArray()
Deprecated.
|
<T> T[] |
toArray(T[] a)
Deprecated.
|
public int size()
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)
containsAll
in interface Collection<String>
containsAll
in interface Set<String>
public boolean isEmpty()
public boolean remove(Object o)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public Object[] toArray()