Quadcap Embeddable Database

com.quadcap.util.collections.LongMap.Entry Class Reference

List of all members.

Package Attributes

long key
Object val
Entry next

Member Data Documentation

long com.quadcap.util.collections.LongMap.Entry.key [package]
 

Definition at line 178 of file LongMap.java.

Referenced by com.quadcap.util.collections.LongMap.get(), com.quadcap.util.collections.LongMap.getEntry(), com.quadcap.util.collections.LongMap.LongMapIterator.next(), com.quadcap.util.collections.LongMap.LongMapIterator.nextLong(), com.quadcap.util.collections.LongMap.put(), com.quadcap.util.collections.LongMap.LongMapIterator.remove(), and com.quadcap.util.collections.LongMap.remove().

Entry com.quadcap.util.collections.LongMap.Entry.next [package]
 

Definition at line 180 of file LongMap.java.

Referenced by com.quadcap.util.collections.LongMap.LongMapIterator.advance(), com.quadcap.util.collections.LongMap.freeEntry(), com.quadcap.util.collections.LongMap.get(), com.quadcap.util.collections.LongMap.getEntry(), com.quadcap.util.collections.LongMap.put(), and com.quadcap.util.collections.LongMap.remove().

Object com.quadcap.util.collections.LongMap.Entry.val [package]
 

Definition at line 179 of file LongMap.java.

Referenced by com.quadcap.util.collections.LongMap.freeEntry(), com.quadcap.util.collections.LongMap.get(), com.quadcap.util.collections.LongMap.getEntry(), and com.quadcap.util.collections.LongMap.put().