com.ideanest.swing
Interface ActiveSortedSet
- All Superinterfaces:
- ActiveCollection, ActiveSet, BetterCollection, java.util.Collection, javax.swing.ListModel, java.util.Set, java.util.SortedSet
- public interface ActiveSortedSet
- extends java.util.SortedSet, ActiveSet
Methods inherited from interface java.util.SortedSet |
comparator, first, headSet, last, subSet, tailSet |
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface javax.swing.ListModel |
addListDataListener, getElementAt, getSize, removeListDataListener |
|