Class IvMFilterTreeNodeCompositeAbstract<X,​Y>

    • Field Summary

      • Fields inherited from class java.util.AbstractList

        modCount
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract java.lang.String getDivider()  
      void getExplanation​(java.lang.StringBuilder result, int indent)
      A human-readable string explaining which traces will pass this filter, where each line is indented with indent.
      abstract java.lang.String getPrefix()  
      boolean staysInLog​(X element)  
      protected abstract boolean staysInLogA​(X element)  
      java.lang.String toString()  
      • Methods inherited from class java.util.ArrayList

        add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
      • Methods inherited from class java.util.AbstractCollection

        containsAll
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
    • Constructor Detail

      • IvMFilterTreeNodeCompositeAbstract

        public IvMFilterTreeNodeCompositeAbstract()
    • Method Detail

      • getDivider

        public abstract java.lang.String getDivider()
      • getPrefix

        public abstract java.lang.String getPrefix()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.AbstractCollection<IvMFilterTreeNode<Y>>
      • getExplanation

        public void getExplanation​(java.lang.StringBuilder result,
                                   int indent)
        Description copied from interface: IvMFilterTreeNode
        A human-readable string explaining which traces will pass this filter, where each line is indented with indent.
        Specified by:
        getExplanation in interface IvMFilterTreeNode<X>
      • staysInLogA

        protected abstract boolean staysInLogA​(X element)