Class ParameterChecker

  • Direct Known Subclasses:
    EmptyChecker, NullChecker

    public abstract class ParameterChecker
    extends Object
    Abstract class for checks of items that will most probably method or configuration parameters. Extending classes check for null, if a collection is empty or possibly others.
    • Method Detail

      • withNames

        public void withNames​(Queue<String> newNames)
      • check

        public abstract void check()
      • getName

        protected String getName​(int index)