org.norther.tammi.acorn.util
Interface NamedCollection<E>

Type Parameters:
E - the element type.
All Superinterfaces:
Collection<E>, Iterable<E>
All Known Implementing Classes:
NamedCollectionAdapter

public interface NamedCollection<E>
extends Collection<E>

An extension to Collection giving a name to the collection.

Version:
$Id: NamedCollection.java,v 1.2 2009/09/28 15:08:48 cvsimp Exp $
Author:
Marketta Priha

Method Summary
 String getName()
          Gets the name.
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getName

String getName()
Gets the name.

Returns:
the name.


Copyright © 2004 The Norther Organization. All rights reserved.