This project has retired. For details please refer to its
        
        Attic page.
      
 
PrimitiveRefs.ShortRef (Apache Giraph Parent 1.4.0-SNAPSHOT API)
- 
- Enclosing interface:
 
- PrimitiveRefs
 
public static class PrimitiveRefs.ShortRef
extends Object
Convenience class holding int value,
 for use when lambdas need to mutate capturing int local variable.
 
 
- 
- 
Field Summary
Fields 
| Modifier and Type | 
Field and Description | 
short | 
value
value 
 | 
 
- 
Constructor Summary
Constructors 
| Constructor and Description | 
ShortRef(short 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 short value
value
 
 
 
 
 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.