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
ShortLongIterator
Contents
Description
Method Summary
Method Details
hasNext()
advance()
remove()
key()
value()
Hide sidebar
Show sidebar
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
()