Class GuardedWrapper

    • Field Detail

      • guardException

        protected static final GuardException guardException
      • guards

        protected final Guard[] guards
      • hashCode

        private int hashCode
    • Constructor Detail

      • GuardedWrapper

        public GuardedWrapper​(Guard[] guards)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • getGuards

        public Guard[] getGuards()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object