Class TagAndLocation


  • public class TagAndLocation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int location  
      java.lang.String tag  
    • Constructor Summary

      Constructors 
      Constructor Description
      TagAndLocation()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • tag

        public java.lang.String tag
      • location

        public int location
    • Constructor Detail

      • TagAndLocation

        public TagAndLocation()