JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
fabric.common.util
Interface LongIterable
All Known Subinterfaces:
LongCollection
,
LongSet
All Known Implementing Classes:
AbstractLongCollection
,
AbstractLongSet
,
LongHashSet
public interface
LongIterable
This interface is used to indicate that a given class can be iterated over. The compiler uses this interface to determine which classes are suitable targets of the
foreach
construct.
Since:
1.5
Author:
Tom Tromey
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
LongIterator
iterator
()
Returns an iterator for the collection.
Method Detail
iterator
LongIterator
iterator()
Returns an iterator for the collection.
Returns:
an iterator.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method