Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.swing.mdi
Class AddOrderedInternalFrameSet<T>
java.lang.Object
com.iamsoft.util.ui.swing.mdi.AddOrderedInternalFrameSet<T>
- Type Parameters:
T
- Type of elements stored in set.
- All Implemented Interfaces:
com.iamsoft.util.collections.indexed.IndexedSet<T>
,Iterable<T>
,Collection<T>
,Set<T>
public class AddOrderedInternalFrameSet<T>
extends Object
implements com.iamsoft.util.collections.indexed.IndexedSet<T>
List of frames (sorted by 'add' time).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
addAll
(Collection<? extends T> pCollection) void
clear()
boolean
boolean
containsAll
(Collection<?> pCollection) boolean
get
(int pIdx) int
hashCode()
int
boolean
isEmpty()
iterator()
boolean
boolean
removeAll
(Collection<?> pCollection) boolean
retainAll
(Collection<?> pCollection) int
size()
Object[]
toArray()
<T2> T2[]
toArray
(T2[] pAry) toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
spliterator
-
Constructor Details
-
AddOrderedInternalFrameSet
-
-
Method Details
-
add
-
addAll
-
clear
public void clear() -
contains
-
containsAll
- Specified by:
containsAll
in interfaceCollection<T>
- Specified by:
containsAll
in interfaceSet<T>
-
equals
-
get
- Specified by:
get
in interfacecom.iamsoft.util.collections.indexed.IndexedSet<T>
-
hashCode
public int hashCode() -
indexOf
- Specified by:
indexOf
in interfacecom.iamsoft.util.collections.indexed.IndexedSet<T>
-
isEmpty
public boolean isEmpty() -
iterator
-
remove
-
removeAll
-
retainAll
-
size
public int size() -
toArray
-
toArray
public <T2> T2[] toArray(T2[] pAry) -
toString
-