org.apache.commons.math3.geometry.euclidean.twod
private static class Euclidean2D.LazyHolder extends Object
We use here the Initialization On Demand Holder Idiom.
Modifier and Type | Field and Description |
---|---|
private static Euclidean2D |
INSTANCE
Cached field instance.
|
Modifier | Constructor and Description |
---|---|
private |
Euclidean2D.LazyHolder() |
private static final Euclidean2D INSTANCE
Copyright (c) 2003-2013 Apache Software Foundation