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 voidadd(S entry)booleancontains(S entry)intsize()
-