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
 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 © 2011. All Rights Reserved.