| Package | Description |
|---|---|
| org.linguafranca.pwdb | |
| org.linguafranca.pwdb.base |
| Modifier and Type | Method and Description |
|---|---|
List<? extends E> |
Database.findEntries(Entry.Matcher matcher)
Find all entries that match the criteria
|
List<? extends E> |
Group.findEntries(Entry.Matcher matcher,
boolean recursive)
Finds all entries in this group that match using the matcher supplied.
|
boolean |
Entry.match(Entry.Matcher matcher)
Returns the result of applying the matcher to this Entry
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends E> |
AbstractDatabase.findEntries(Entry.Matcher matcher) |
List<? extends E> |
AbstractGroup.findEntries(Entry.Matcher matcher,
boolean recursive) |
boolean |
AbstractEntry.match(Entry.Matcher matcher) |
Copyright © 2025. All rights reserved.