|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface IFileManagerExtended.FileIdentifierList.Filter
Filter interface, indicates if an element should be filtered out from the list when creating a new one
| Method Summary | |
|---|---|
boolean |
filter(java.lang.String identifierA,
java.lang.String identifierB)
If identifier pair A and B should be filtered when creating a new identifier list (condition can use just identifierA or both incoming argument values to determine if the values should be filtered and not be put into the new lists) |
| Method Detail |
|---|
boolean filter(java.lang.String identifierA,
java.lang.String identifierB)
identifierA - an identifier next on list AidentifierB - an identifier next on list B (matched in position with
A)
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||