Module openj9.dtfj

Class GCModronAllocateHintIteratorSAOL

All Implemented Interfaces:
SlotIterator, Iterator

public class GCModronAllocateHintIteratorSAOL extends GCModronAllocateHintIterator
  • Field Details

    • _totalListCount

      protected UDATA _totalListCount
    • _freeListIndex

      protected UDATA _freeListIndex
    • _currentHint

      protected com.ibm.j9ddr.vm29.pointer.generated.J9ModronAllocateHintPointer _currentHint
    • _memoryPool

      protected GCMemoryPoolSplitAddressOrderedList _memoryPool
  • Constructor Details

  • Method Details

    • getFreeListNumber

      public int getFreeListNumber()
    • hasNext

      public boolean hasNext()
      Description copied from interface: java.util.Iterator
      Returns true if the iteration has more elements. (In other words, returns true if Iterator.next() would return an element rather than throwing an exception.)
      Returns:
      true if the iteration has more elements
    • next

      public com.ibm.j9ddr.vm29.pointer.generated.J9ModronAllocateHintPointer next()
      Description copied from interface: java.util.Iterator
      Returns the next element in the iteration.
      Returns:
      the next element in the iteration
    • toString

      public String toString()
      Description copied from class: java.lang.Object
      Answers a string containing a concise, human-readable description of the receiver.
      Overrides:
      toString in class Object
      Returns:
      String a printable representation for the receiver.