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 Details

    • StringLocker

      public StringLocker()
      Deprecated.
  • Method Details

    • control

      public void control(String item)
      Deprecated.
    • release

      public void release(String item)
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object