package cpp; extern class FastIterator<T> { public function hasNext():Bool; public function next():T; }