Class ContainsCell

  • All Implemented Interfaces:
    Matchable<SCell>, java.io.Serializable

    public class ContainsCell
    extends java.lang.Object
    implements Matchable<SCell>, java.io.Serializable
    Since:
    3.9.0
    Author:
    henri
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ContainsCell​(java.util.Set<java.lang.String> cells)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(SCell cell)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContainsCell

        public ContainsCell​(java.util.Set<java.lang.String> cells)