hasNextNode method

bool hasNextNode()

Implementation

bool hasNextNode() {
  return storeSize > 0;
}