public interface PrimitiveRefs
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | PrimitiveRefs.DoubleRefConvenience class holding double value,
 for use when lambdas need to mutate capturing double local variable. | 
| static class  | PrimitiveRefs.FloatRefConvenience class holding float value,
 for use when lambdas need to mutate capturing float local variable. | 
| static class  | PrimitiveRefs.IntRefConvenience class holding int value,
 for use when lambdas need to mutate capturing int local variable. | 
| static class  | PrimitiveRefs.LongRefConvenience 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.ShortRefConvenience 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.