This project has retired. For details please refer to its
Attic page.
Long2LongMapEntryIterable (Apache Giraph Parent 1.4.0-SNAPSHOT API)
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- Iterable<it.unimi.dsi.fastutil.longs.Long2LongMap.Entry>, it.unimi.dsi.fastutil.objects.ObjectIterable<it.unimi.dsi.fastutil.longs.Long2LongMap.Entry>
- All Known Implementing Classes:
- FixedCapacityLongLongMinHeap
public interface Long2LongMapEntryIterable
extends it.unimi.dsi.fastutil.objects.ObjectIterable<it.unimi.dsi.fastutil.longs.Long2LongMap.Entry>
Iterable which has its size and
ObjectIterator<Long2LongMap.Entry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
it.unimi.dsi.fastutil.objects.ObjectIterator<it.unimi.dsi.fastutil.longs.Long2LongMap.Entry> |
iterator()
Get the iterator.
|
int |
size()
Get the size of this iterable
|
-
-
Method Detail
-
iterator
it.unimi.dsi.fastutil.objects.ObjectIterator<it.unimi.dsi.fastutil.longs.Long2LongMap.Entry> iterator()
Get the iterator. Not thread-safe and reuses iterator object,
so you can't have several iterators at the same time.
- Specified by:
iterator
in interface Iterable<it.unimi.dsi.fastutil.longs.Long2LongMap.Entry>
- Specified by:
iterator
in interface it.unimi.dsi.fastutil.objects.ObjectIterable<it.unimi.dsi.fastutil.longs.Long2LongMap.Entry>
- Returns:
- Iterator
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.