Class CollectionFieldExpressionValidator.WalkerContext

    • Field Detail

      • size

        protected final int size
      • index

        protected int index
      • current

        protected Object current
      • previous

        protected Object previous
    • Constructor Detail

      • WalkerContext

        public WalkerContext​(int size)
    • Method Detail

      • addCurrent

        public void addCurrent​(Object current)
      • getCurrent

        public Object getCurrent()
      • getIndex

        public int getIndex()
      • getPrevious

        public Object getPrevious()
      • getSize

        public int getSize()
      • isEmpty

        public boolean isEmpty()
      • isFirst

        public boolean isFirst()
      • isLast

        public boolean isLast()