LoopTranslation.LoopStyle

public static final enum LoopTranslation.LoopStyle extends Enum<LoopTranslation.LoopStyle>

Enumerates the available translation options for enhanced for loops. FAST_ENUMERATION is the default style emitted by the translator.

Inherited Method Summary

Enum Values

public static final LoopTranslation.LoopStyle FAST_ENUMERATION

public static final LoopTranslation.LoopStyle JAVA_ITERATOR