JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
GigaSpaces 18.0.0 API
com.gigaspaces.internal.collections
LongObjectIterator
Contents
Description
Method Summary
Method Details
hasNext()
advance()
remove()
key()
value()
Hide sidebar
Show sidebar
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
()