LoopTranslation.LoopStyle

  • LoopTranslation.LoopStyle is an enum that provides options for translating enhanced for loops in Java to Objective-C.

  • FAST_ENUMERATION is the default translation style used.

  • The available options for loop translation are FAST_ENUMERATION and JAVA_ITERATOR.

  • This enum inherits methods from java.lang.Enum, java.lang.Object, and java.lang.Comparable.

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