2. you can using the iterator of entry to iterator it
{{{
NavigableMap
byte[] value = nm.get(Bytes.toBytes("2"));
String valueStr = Bytes.toString(value);
System.out.println("Get: Qualify:value is " + "2" + ":" + valueStr);
// using iterator
Iterator< entry
while (it.hasNext()) {
Entry
System.out.println(Bytes.toString(pairs.getKey()) + " = " + Bytes.toString(pairs.getValue()));
}
}}}
沒有留言:
張貼留言