public abstract class AbstractFilter extends Object
Constructor and Description |
---|
AbstractFilter() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
filterEquals(AbstractFilter f)
Compares
this filter to an other one. |
public abstract boolean filterEquals(AbstractFilter f)
this
filter to an other one.f
- other filtertrue
if filter equal otherwise - false
Copyright © 2023 CURS. All rights reserved.