| Modifier and Type | Class and Description |
|---|---|
class |
ZSet.ZSetIterator
Dynamiclly wrapping the memember of Expr to ZValue
|
| Constructor and Description |
|---|
ZSet()
Construct an empty
ZSet. |
ZSet(EvalSet expr)
Construct a
ZSet by a EvalSet expr |
ZSet(Set<? extends ZValue> set)
Construct a
ZSet from a Set of values. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(ZValue value) |
boolean |
equals(Object obj)
Compare for equality against another object.
|
ZValue |
get(int index) |
EvalSet |
getExpr()
Get the expr type representing the zvalue
|
Set<ZValue> |
getSet() |
int |
hashCode() |
ListIterator<ZValue> |
iterator() |
int |
size() |
String |
toString() |
public ZSet()
ZSet.public ZSet(Set<? extends ZValue> set)
ZSet from a Set of values.set - The set to store.public ZSet(EvalSet expr)
ZSet by a EvalSet exprexpr_ - The EvalSet expr to storepublic ListIterator<ZValue> iterator()
ZSet.public int size()
public boolean contains(ZValue value)
value - A value to look for in this ZSet.true if the ZSet contains
value.public ZValue get(int index)
index - An index into the set.indexth value in the set.public String toString()
public boolean equals(Object obj)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.