com.davisor.data
Class TupleData.TupleEntrySet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended bycom.davisor.data.TupleData.TupleEntrySet
All Implemented Interfaces:
java.util.Collection, java.util.Set
Enclosing class:
TupleData

public class TupleData.TupleEntrySet
extends java.util.AbstractSet

TupleEntrySet implements an entry set for TupleData Map interface entrySet method.

See Also:
iterator(), TupleData.entrySet(), TupleData.TupleEntry, TupleData.TupleEntryIterator

Constructor Summary
TupleData.TupleEntrySet()
          Creates a new tuple entry set.
 
Method Summary
 java.util.Iterator iterator()
          Returns an iterator over the elements contained in this collection.
 int size()
          Returns the number of elements in this collection.
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray
 

Constructor Detail

TupleData.TupleEntrySet

public TupleData.TupleEntrySet()
Creates a new tuple entry set.

Method Detail

iterator

public java.util.Iterator iterator()
Returns an iterator over the elements contained in this collection.

See Also:
TupleData.TupleEntryIterator

size

public int size()
Returns the number of elements in this collection.



Copyright © 2001-2004 Davisor Oy. All Rights Reserved.