public class

BindingsEntrySet

extends AbstractSet<E>
java.lang.Object
   ↳ java.util.AbstractCollection<E>
     ↳ java.util.AbstractSet<E>
       ↳ com.sun.script.util.BindingsEntrySet

Class Overview

Entry set implementation for Bindings implementations

Summary

Nested Classes
class BindingsEntrySet.BindingsEntry  
class BindingsEntrySet.BindingsIterator  
Public Constructors
BindingsEntrySet(BindingsBase base)
Public Methods
Iterator<Entry<StringObject>> iterator()
Returns an iterator over the elements contained in this collection.
int size()
Returns the number of elements in this collection.
[Expand]
Inherited Methods
From class java.util.AbstractSet
From class java.util.AbstractCollection
From class java.lang.Object
From interface java.lang.Iterable
From interface java.util.Collection
From interface java.util.Set

Public Constructors

public BindingsEntrySet (BindingsBase base)

Public Methods

public Iterator<Entry<StringObject>> iterator ()

Returns an iterator over the elements contained in this collection.

Returns
  • an iterator over the elements contained in this collection

public int size ()

Returns the number of elements in this collection. If this collection contains more than Integer.MAX_VALUE elements, returns Integer.MAX_VALUE.

Returns
  • the number of elements in this collection