Allow early termination of iteration
[platform/upstream/libgee.git] / gee / mapiterator.vala
2012-08-28 Maciej PiechotkaAllow early termination of iteration
2012-08-09 Maciej PiechotkaAdd GenericAccessors attributes to interfaces and remov...
2011-02-12 Maciej PiechotkaFix monospace text valadoc markup (replace ` by ``)
2011-01-04 Maciej PiechotkaAdd highier-order functions to MapIterator
2011-01-04 Maciej PiechotkaUpdate copyright notices
2011-01-04 Maciej PiechotkaAdd read_only property to Iterator and MapIterator
2010-10-17 Maciej PiechotkaRename Iterator.at_element to Iterator.valid
2010-10-17 Maciej PiechotkaAdd Iterator.at_element property to check when other...
2010-10-17 Maciej PiechotkaMove first from Iterator to BidirIterator and remove...
2009-09-28 Didier 'PtitjesSome more documentation enhancements
2009-09-28 Didier 'PtitjesMake some style consistence enhancements
2009-09-28 Didier 'PtitjesVarious documentation enhancements
2009-09-23 Didier 'PtitjesIntroduce MapIterator<K,V> and implement it in HashMap...