Package ucar.nc2
Class StringLocker
- java.lang.Object
-
- ucar.nc2.StringLocker
-
@Deprecated public class StringLocker extends Object
Deprecated.will move to ucar.nc2.util in ver 6.A list of strings that only allows one thread to use any given value at the same time.
-
-
Constructor Summary
Constructors Constructor Description StringLocker()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
control(String item)
Deprecated.void
release(String item)
Deprecated.String
toString()
Deprecated.
-