argutia.logic.sets
Interface Set<E>

All Superinterfaces:
AffichableAvecStyle, Iterable<E>
All Known Subinterfaces:
IFamilyOfSets, ISetOfFormulas, MutableSet<E>
All Known Implementing Classes:
FamilyOfSets, MutableFamilyOfSets, MutableSetOfFormulas, SetOfFormulas
public interface Set<E>
extends Iterable<E>, AffichableAvecStyle
Method Summary
 boolean contains(E element)
           
 UnmodifiableIterator<E> iterator()
           
 int size()
           
 Set<E> toImmutable()
           
 
Methods inherited from interface argutia.gui.batchStyledDocument.AffichableAvecStyle
toStyledString
 
Method Detail

iterator

UnmodifiableIterator<E> iterator()
Specified by:
iterator in interface Iterable<E>

contains

boolean contains(E element)

size

int size()

toImmutable

Set<E> toImmutable()
Argutia JavaDoc
23 décembre 2007