AtomicSet Methods
by
Craig Graci
Message Forms
- <AtomicSet>.add(<int>)
- <AtomicSet>.add(<double>)
- <AtomicSet>.add(<String>)
- <AtomicSet>.add(<boolean>)
- <AtomicSet>.add(<char>)
- <AtomicSet>.add(<Atom>)
- <AtomicSet>.element(<int>) --> <Atom>
- <AtomicSet>.size() --> <int>
- <AtomicSet>.verticalPrintln()
Object Behaviors
- Add an <IntAtom> to the set.
- Add an <DoubleAtom> to the set.
- Add a <StringAtom> to the set.
- Add a <booleanAtom> to the set.
- Add a <charAtom> to the set.
- Add an <Atom> to the set.
- Return the <int>th element of the set.
- Return the number of elements in the set.
- Display the elements of the set "vertically".