public interface PrimitiveRefs
Modifier and Type | Interface and Description |
---|---|
static class |
PrimitiveRefs.DoubleRef
Convenience class holding double value,
for use when lambdas need to mutate capturing double local variable.
|
static class |
PrimitiveRefs.FloatRef
Convenience class holding float value,
for use when lambdas need to mutate capturing float local variable.
|
static class |
PrimitiveRefs.IntRef
Convenience class holding int value,
for use when lambdas need to mutate capturing int local variable.
|
static class |
PrimitiveRefs.LongRef
Convenience class holding long value,
for use when lambdas need to mutate capturing long local variable.
|
static class |
PrimitiveRefs.ObjRef<O>
Convenience class holding object values,
for use when lambdas need to mutate capturing object local variable.
|
static class |
PrimitiveRefs.ShortRef
Convenience class holding int value,
for use when lambdas need to mutate capturing int local variable.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.