public class Entry extends Object
Example :
for (Entry e : [logs][log][map].getEntries()){ print("Key : " + e.getKey(), " - Value : " + e.getValue()); }
String
key
Tuple
value
Entry(String key, Tuple tuple)
getKey()
getValue()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public final String key
public final Tuple value
public Entry(String key, Tuple tuple)
tuple
public String getKey()
public Tuple getValue()
public String toString()
toString
Object
Copyright © 2023. All rights reserved.