JavaScript is disabled on your browser.
Skip navigation links
GigaSpaces 17.2.2 API
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.gigaspaces.internal.collections
Interface ShortLongIterator
public interface
ShortLongIterator
Since:
12.0
Author:
Niv Ingberg
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
advance
()
boolean
hasNext
()
short
key
()
void
remove
()
long
value
()
Method Details
hasNext
boolean
hasNext
()
advance
void
advance
()
remove
void
remove
()
key
short
key
()
value
long
value
()