pl.edu.agh.cast.data.model
Interface IReferenceListIterator<T>

Type Parameters:
T - type of elements contained in a reference list
All Superinterfaces:
Iterator<T>

public interface IReferenceListIterator<T>
extends Iterator<T>

Represents an interface for a lazy collection iterator.

Author:
AGH CAST Team

Method Summary
 int count()
          Returns the number of references in the list.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

count

int count()
Returns the number of references in the list.

Returns:
the number of references in the list


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.