T
- Type of elements stored in set.public class AddOrderedInternalFrameSet<T> extends Object implements com.iamsoft.util.collections.indexed.IndexedSet<T>
Constructor and Description |
---|
AddOrderedInternalFrameSet(ListModel pFrameListModel) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T pElement) |
boolean |
addAll(Collection<? extends T> pCollection) |
void |
clear() |
boolean |
contains(Object pObj) |
boolean |
containsAll(Collection<?> pCollection) |
boolean |
equals(Object pObj) |
T |
get(int pIdx) |
int |
hashCode() |
int |
indexOf(Object pObj) |
boolean |
isEmpty() |
ListIterator<T> |
iterator() |
boolean |
remove(Object pObj) |
boolean |
removeAll(Collection<?> pCollection) |
boolean |
retainAll(Collection<?> pCollection) |
int |
size() |
Object[] |
toArray() |
<T2> T2[] |
toArray(T2[] pAry) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
spliterator
parallelStream, removeIf, stream
public AddOrderedInternalFrameSet(ListModel pFrameListModel)
public boolean add(T pElement)
public boolean addAll(Collection<? extends T> pCollection)
public void clear()
public boolean contains(Object pObj)
public boolean containsAll(Collection<?> pCollection)
containsAll
in interface Collection<T>
containsAll
in interface Set<T>
public boolean equals(Object pObj)
public T get(int pIdx)
get
in interface com.iamsoft.util.collections.indexed.IndexedSet<T>
public int hashCode()
public int indexOf(Object pObj)
indexOf
in interface com.iamsoft.util.collections.indexed.IndexedSet<T>
public boolean isEmpty()
public ListIterator<T> iterator()
public boolean remove(Object pObj)
public boolean removeAll(Collection<?> pCollection)
public boolean retainAll(Collection<?> pCollection)
public int size()
public Object[] toArray()
public <T2> T2[] toArray(T2[] pAry)
Copyright © 2023. All rights reserved.