ElementType - type of the elements within the set@NotThreadSafe public class LazySet<ElementType> extends Object implements Set<ElementType>, Serializable
| コンストラクタと説明 |
|---|
LazySet() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
add(ElementType element) |
boolean |
addAll(Collection<? extends ElementType> collection) |
void |
clear() |
boolean |
contains(Object element) |
boolean |
containsAll(Collection<?> collection) |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<ElementType> |
iterator() |
boolean |
remove(Object element) |
boolean |
removeAll(Collection<?> collection) |
boolean |
retainAll(Collection<?> collection) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] type) |
String |
toString() |
public boolean add(ElementType element)
add インタフェース内 Collection<ElementType>add インタフェース内 Set<ElementType>public boolean addAll(Collection<? extends ElementType> collection)
addAll インタフェース内 Collection<ElementType>addAll インタフェース内 Set<ElementType>public void clear()
clear インタフェース内 Collection<ElementType>clear インタフェース内 Set<ElementType>public boolean contains(Object element)
contains インタフェース内 Collection<ElementType>contains インタフェース内 Set<ElementType>public boolean containsAll(Collection<?> collection)
containsAll インタフェース内 Collection<ElementType>containsAll インタフェース内 Set<ElementType>public boolean isEmpty()
isEmpty インタフェース内 Collection<ElementType>isEmpty インタフェース内 Set<ElementType>public Iterator<ElementType> iterator()
iterator インタフェース内 Iterable<ElementType>iterator インタフェース内 Collection<ElementType>iterator インタフェース内 Set<ElementType>public boolean remove(Object element)
remove インタフェース内 Collection<ElementType>remove インタフェース内 Set<ElementType>public boolean removeAll(Collection<?> collection)
removeAll インタフェース内 Collection<ElementType>removeAll インタフェース内 Set<ElementType>public boolean retainAll(Collection<?> collection)
retainAll インタフェース内 Collection<ElementType>retainAll インタフェース内 Set<ElementType>public int size()
size インタフェース内 Collection<ElementType>size インタフェース内 Set<ElementType>public Object[] toArray()
toArray インタフェース内 Collection<ElementType>toArray インタフェース内 Set<ElementType>public <T> T[] toArray(T[] type)
toArray インタフェース内 Collection<ElementType>toArray インタフェース内 Set<ElementType>public int hashCode()
hashCode インタフェース内 Collection<ElementType>hashCode インタフェース内 Set<ElementType>hashCode クラス内 Objectpublic boolean equals(Object obj)
equals インタフェース内 Collection<ElementType>equals インタフェース内 Set<ElementType>equals クラス内 ObjectCopyright © 2012. All Rights Reserved.