org.openmobileis.common.util.collection
Interface FilterCollection
- All Known Implementing Classes:
- Array
- public interface FilterCollection
Interface use to filter DB result when object are loaded from the db file.
Implements this interface to filter Db result.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
Method Summary |
boolean |
add(java.lang.Object o)
Call each time an object is loaded from the DB |
add
public boolean add(java.lang.Object o)
- Call each time an object is loaded from the DB
Copyright 2006 OpenMobileIS. All Rights Reserved.