| Package | Description |
|---|---|
| org.apache.giraph.types.heaps |
Heaps for different types
|
| Class and Description |
|---|
| IntByteConsumer
Primitive specialization of Function:
(int, byte) -> void
|
| IntBytePredicate
Primitive specialization of Function:
(int, byte) -> boolean
|
| IntDoubleConsumer
Primitive specialization of Function:
(int, double) -> void
|
| IntDoublePredicate
Primitive specialization of Function:
(int, double) -> boolean
|
| IntFloatConsumer
Primitive specialization of Function:
(int, float) -> void
|
| IntFloatPredicate
Primitive specialization of Function:
(int, float) -> boolean
|
| IntIntConsumer
Primitive specialization of Function:
(int, int) -> void
|
| IntIntPredicate
Primitive specialization of Function:
(int, int) -> boolean
|
| IntLongConsumer
Primitive specialization of Function:
(int, long) -> void
|
| IntLongPredicate
Primitive specialization of Function:
(int, long) -> boolean
|
| LongByteConsumer
Primitive specialization of Function:
(long, byte) -> void
|
| LongBytePredicate
Primitive specialization of Function:
(long, byte) -> boolean
|
| LongDoubleConsumer
Primitive specialization of Function:
(long, double) -> void
|
| LongDoublePredicate
Primitive specialization of Function:
(long, double) -> boolean
|
| LongFloatConsumer
Primitive specialization of Function:
(long, float) -> void
|
| LongFloatPredicate
Primitive specialization of Function:
(long, float) -> boolean
|
| LongIntConsumer
Primitive specialization of Function:
(long, int) -> void
|
| LongIntPredicate
Primitive specialization of Function:
(long, int) -> boolean
|
| LongLongConsumer
Primitive specialization of Function:
(long, long) -> void
|
| LongLongPredicate
Primitive specialization of Function:
(long, long) -> boolean
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.