Package net.sourceforge.plantuml.graph
Interface SortedCollection<S extends java.lang.Comparable<S>>
-
- All Superinterfaces:
java.lang.Iterable<S>
- All Known Implementing Classes:
SortedCollectionArrayList
,SortedCollectionLinked
public interface SortedCollection<S extends java.lang.Comparable<S>> extends java.lang.Iterable<S>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(S entry)
boolean
contains(S entry)
int
size()
-