Package ucar.nc2

Class 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 Detail

      • StringLocker

        public StringLocker()
        Deprecated.
    • Method Detail

      • control

        public void control​(String item)
        Deprecated.
      • release

        public void release​(String item)
        Deprecated.