18#ifndef _DECAF_LANG_ITERABLE_H_
19#define _DECAF_LANG_ITERABLE_H_
31 template<
typename E >
Implementing this interface allows an object to be cast to an Iterable type for generic collections A...
Definition Iterable.h:32
virtual ~Iterable()
Definition Iterable.h:35
virtual decaf::util::Iterator< E > * iterator() const =0
virtual decaf::util::Iterator< E > * iterator()=0
Defines an object that can be used to iterate over the elements of a collection.
Definition Iterator.h:34
Definition ThreadingTypes.h:31
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25