|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectubiware.core.BindingsSet
public class BindingsSet
A bindingsSet is a collection of Binding which can be iterated.
23.6.2010
| Constructor Summary | |
|---|---|
BindingsSet(java.util.List<java.util.HashMap<java.lang.String,java.lang.String>> bindings)
Deprecated. this constructor should get replaced with a no argument constructor. Bindings could then be added to the set later. |
|
| Method Summary | |
|---|---|
int |
getSize()
gives the number of elements in the set |
java.util.Iterator<Binding> |
iterator()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public BindingsSet(java.util.List<java.util.HashMap<java.lang.String,java.lang.String>> bindings)
bindings - the bindings this gets initialized with| Method Detail |
|---|
public int getSize()
public java.util.Iterator<Binding> iterator()
iterator in interface java.lang.Iterable<Binding>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||