Class Flag


  • public class Flag
    extends java.lang.Object
    A semaphore
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean flag  
    • Constructor Summary

      Constructors 
      Constructor Description
      Flag()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • flag

        public boolean flag
    • Constructor Detail

      • Flag

        public Flag()