This project has retired. For details please refer to its
        
        Attic page.
      
 
Long2ByteMapEntryIterable (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.Long2ByteMap.Entry>, it.unimi.dsi.fastutil.objects.ObjectIterable<it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry>
 
- All Known Implementing Classes:
 
- FixedCapacityLongByteMinHeap
 
public interface Long2ByteMapEntryIterable
extends it.unimi.dsi.fastutil.objects.ObjectIterable<it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry>
Iterable which has its size and
 ObjectIterator<Long2ByteMap.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.Long2ByteMap.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.Long2ByteMap.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.Long2ByteMap.Entry> 
- Specified by:
 
iterator in interface it.unimi.dsi.fastutil.objects.ObjectIterable<it.unimi.dsi.fastutil.longs.Long2ByteMap.Entry> 
- Returns:
 
- Iterator
 
 
 
 
 
 
- Summary: 
 
- Nested | 
 
- Field | 
 
- Constr | 
 
- Method
 
- Detail: 
 
- Field | 
 
- Constr | 
 
- Method
 
 
 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.