Package net.sourceforge.plantuml.graph2
Interface SortedList<V>
-
- All Superinterfaces:
java.lang.Iterable<V>
- All Known Implementing Classes:
SortedListImpl
public interface SortedList<V> extends java.lang.Iterable<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(V data)
java.util.List<V>
biggerOrEquals(int v)
java.util.List<V>
lesserOrEquals(int v)
-