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