protected class BigdataMap.Entry extends Object implements Map.Entry<K,V>
ITuple
instance is returned for each tuple
by many ITupleIterator
s there is a side-effect that invalidates
the last visited Map.Entry
object. This side-effect could be
removed by eagerly materializing the key and value from the ITuple rather
than doing it lazily but that maps the Map
interface either blow
up (the key can not be recovered), do more work for cases where the key
is going to be stored in the value, and work efficiently only for those
cases where the key can be directly decoded, e.g., int, long, float,
double, etc.Constructor and Description |
---|
BigdataMap.Entry(ITuple tuple) |
public BigdataMap.Entry(ITuple tuple)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.