Class ZoneMembers

    • Constructor Detail

      • ZoneMembers

        public ZoneMembers()
    • Method Detail

      • hasNext

        public boolean hasNext()
        The iterator can only be used once to step through the elements. This method returns a boolean to indicate if it has got to the end of the list yet.
        Specified by:
        hasNext in interface Iterator<AssetElement>
        Returns:
        boolean indicating whether there are more elements.
      • next

        public AssetElement next()
        Return the next element in the iteration.
        Specified by:
        next in interface Iterator<AssetElement>
        Returns:
        next element object that has been cloned.
      • remove

        public void remove()
        Remove the current element in the iterator. (Null implementation since this iterator works off of cached elements from the property (metadata) server.)
        Specified by:
        remove in interface Iterator<AssetElement>