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$

Method Summary
 boolean add(Entry entry)
           
 Entry getEntryByFieldName(String fieldName)
           
 Entry getEntryById(Object identifier)
           
 boolean isReadOnly()
           
 boolean remove(Object entry)
           
 int size()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

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.