Monthly Archives: July 2010

Enumerations

A convenience class allowing Enumerations to be used in for-each statements. Five times faster than Collection.list(), using virtually no heap space. /*  * Copyright 2009-2010 Markus KARG  *  * This file is free software: you can redistribute it and/or modify  * it … Continue reading

Posted in Java, Programming | Tagged , | Comments Off on Enumerations