com.sencha.gxt.core.shared
Class FastSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<String>
com.sencha.gxt.core.shared.FastSet
- All Implemented Interfaces:
- Serializable, Iterable<String>, Collection<String>, Set<String>
public class FastSet
- extends AbstractSet<String>
- implements Serializable
- See Also:
- Serialized Form
FastSet
public FastSet()
add
public boolean add(String s)
- Specified by:
add in interface Collection<String>- Specified by:
add in interface Set<String>- Overrides:
add in class AbstractCollection<String>
clear
public void clear()
- Specified by:
clear in interface Collection<String>- Specified by:
clear in interface Set<String>- Overrides:
clear in class AbstractCollection<String>
contains
public boolean contains(Object o)
- Specified by:
contains in interface Collection<String>- Specified by:
contains in interface Set<String>- Overrides:
contains in class AbstractCollection<String>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Collection<String>- Specified by:
isEmpty in interface Set<String>- Overrides:
isEmpty in class AbstractCollection<String>
iterator
public Iterator<String> iterator()
- Specified by:
iterator in interface Iterable<String>- Specified by:
iterator in interface Collection<String>- Specified by:
iterator in interface Set<String>- Specified by:
iterator in class AbstractCollection<String>
remove
public boolean remove(Object o)
- Specified by:
remove in interface Collection<String>- Specified by:
remove in interface Set<String>- Overrides:
remove in class AbstractCollection<String>
size
public int size()
- Specified by:
size in interface Collection<String>- Specified by:
size in interface Set<String>- Specified by:
size in class AbstractCollection<String>
Copyright © 2012. All Rights Reserved.