com.twelvemonkeys.imageio.metadata
Interface Directory
- All Superinterfaces:
- Iterable<Entry>
- All Known Subinterfaces:
- CompoundDirectory
- All Known Implementing Classes:
- AbstractCompoundDirectory, AbstractDirectory
public interface Directory
- extends Iterable<Entry>
Directory
- Version:
- $Id: Directory.java,v 1.0 Nov 11, 2009 4:20:58 PM haraldk Exp$
- Author:
- Harald Kuhr, last modified by $Author: haraldk$
getEntryById
Entry getEntryById(Object identifier)
getEntryByFieldName
Entry getEntryByFieldName(String fieldName)
add
boolean add(Entry entry)
remove
boolean remove(Object entry)
size
int size()
isReadOnly
boolean isReadOnly()
Copyright © 2015. All Rights Reserved.