This project has retired. For details please refer to its
Attic page.
PrimitiveRefs.LongRef (Apache Giraph Parent 1.4.0-SNAPSHOT API)
-
- Enclosing interface:
- PrimitiveRefs
public static class PrimitiveRefs.LongRef
extends Object
Convenience class holding long value,
for use when lambdas need to mutate capturing long local variable.
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
long |
value
value
|
-
Constructor Summary
Constructors
Constructor and Description |
LongRef(long value)
Constructor
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
value
public long value
value
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.