Class AllSelector<T>

java.lang.Object
br.ufsc.labsec.utils.AllSelector<T>
All Implemented Interfaces:
Cloneable, org.bouncycastle.util.Selector<T>

public class AllSelector<T>
extends Object
implements org.bouncycastle.util.Selector<T>
  • Constructor Details

    • AllSelector

      public AllSelector()
  • Method Details

    • match

      public boolean match​(T arg0)
      Specified by:
      match in interface org.bouncycastle.util.Selector<T>
    • clone

      public org.bouncycastle.util.Selector<T> clone()
      Specified by:
      clone in interface org.bouncycastle.util.Selector<T>
      Overrides:
      clone in class Object