public class PropertyList.Iterator extends Object implements Iterator, Serializable
| Type | Property and Description |
|---|---|
PropertyList |
next |
| Constructor and Description |
|---|
Iterator(PropertyList pl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
double |
getNumericValue() |
Object |
getObjectValue() |
boolean |
hasNext() |
boolean |
isNumeric() |
Object |
next() |
PropertyList |
nextProperty() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic PropertyList nextProperty
public Iterator(PropertyList pl)
public boolean isNumeric()
public double getNumericValue()
public Object getObjectValue()
public String getKey()
public PropertyList nextProperty()
Copyright © 2019 JULIE Lab, Germany. All rights reserved.