codesimian
Class Sets

java.lang.Object
  extended by codesimian.Sets

public class Sets
extends java.lang.Object

contains inner classes for using CSs as SETs. Because CodeSimian is made of lists and everything must have an int position in that list, a SET is a list of things where the order in the list is random or irrelevant.

Common operations on SETs are UNION, DIFFERENCE, and AND.


Nested Class Summary
static class Sets.UnionOfSets
           
 
Constructor Summary
Sets()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sets

public Sets()