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 LongObjectIterator<V>
public interface
LongObjectIterator<V>
Since:
12.0
Author:
Niv Ingberg
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
advance
()
boolean
hasNext
()
long
key
()
void
remove
()
V
value
()
Method Details
hasNext
boolean
hasNext
()
advance
void
advance
()
remove
void
remove
()
key
long
key
()
value
V
value
()