getEntryCountStacks method

int getEntryCountStacks()

returns the overall entry count, including counting each stack-value individually

@return

Implementation

int getEntryCountStacks() {
  return _entryCountStacks;
}