net.sourceforge.plantuml.graph
Interface SortedCollection<S extends Comparable<S>>

All Superinterfaces:
Iterable<S>
All Known Implementing Classes:
SortedCollectionArrayList, SortedCollectionLinked

public interface SortedCollection<S extends Comparable<S>>
extends Iterable<S>


Method Summary
 void add(S entry)
           
 boolean contains(S entry)
           
 int size()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

size

int size()

add

void add(S entry)

contains

boolean contains(S entry)


Copyright © 2012. All Rights Reserved.