<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketContainer.html#id">id</a></span> - Variable in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketContainer.html"title="class in com.comphenix.protocol.events">PacketContainer</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/player/NetworkServerInjector.html#initialize()">initialize()</a></span> - Method in class com.comphenix.protocol.injector.player.<ahref="../com/comphenix/protocol/injector/player/NetworkServerInjector.html"title="class in com.comphenix.protocol.injector.player">NetworkServerInjector</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/StructureModifier.html#initialize(com.comphenix.protocol.reflect.StructureModifier)">initialize(StructureModifier<TField>)</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a></dt>
<dd>
<divclass="block">Initialize using the same field types.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/StructureModifier.html#initialize(java.lang.Class, java.lang.Class, java.util.List, java.util.Map, com.comphenix.protocol.reflect.EquivalentConverter, java.util.Map)">initialize(Class, Class, List<Field>, Map<Field, Integer>, EquivalentConverter<TField>, Map<Class, StructureModifier>)</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a></dt>
<dd>
<divclass="block">Initialize every field of this class.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#initializePlayers(org.bukkit.entity.Player[])">initializePlayers(Player[])</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PacketFilterManager.html"title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<dd>
<divclass="block">Initialize the packet injection for every player.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/player/NetworkServerInjector.html#injectManager()">injectManager()</a></span> - Method in class com.comphenix.protocol.injector.player.<ahref="../com/comphenix/protocol/injector/player/NetworkServerInjector.html"title="class in com.comphenix.protocol.injector.player">NetworkServerInjector</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/player/PlayerInjectionHandler.html#injectPlayer(org.bukkit.entity.Player)">injectPlayer(Player)</a></span> - Method in class com.comphenix.protocol.injector.player.<ahref="../com/comphenix/protocol/injector/player/PlayerInjectionHandler.html"title="class in com.comphenix.protocol.injector.player">PlayerInjectionHandler</a></dt>
<divclass="block">Initialize a player hook, allowing us to read server packets.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/instances/CollectionGenerator.html#INSTANCE">INSTANCE</a></span> - Static variable in class com.comphenix.protocol.reflect.instances.<ahref="../com/comphenix/protocol/reflect/instances/CollectionGenerator.html"title="class in com.comphenix.protocol.reflect.instances">CollectionGenerator</a></dt>
<dd>
<divclass="block">Shared instance of this generator.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/instances/PrimitiveGenerator.html#INSTANCE">INSTANCE</a></span> - Static variable in class com.comphenix.protocol.reflect.instances.<ahref="../com/comphenix/protocol/reflect/instances/PrimitiveGenerator.html"title="class in com.comphenix.protocol.reflect.instances">PrimitiveGenerator</a></dt>
<dd>
<divclass="block">Shared instance of this generator.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances"><spanclass="strong">InstanceProvider</span></a> - Interface in <ahref="../com/comphenix/protocol/reflect/instances/package-summary.html">com.comphenix.protocol.reflect.instances</a></dt>
<dd>
<divclass="block">Represents a type generator for specific types.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/reflect/IntEnum.html"title="class in com.comphenix.protocol.reflect"><spanclass="strong">IntEnum</span></a> - Class in <ahref="../com/comphenix/protocol/reflect/package-summary.html">com.comphenix.protocol.reflect</a></dt>
<dd>
<divclass="block">Represents a traditional int field enum.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/IntEnum.html#IntEnum()">IntEnum()</a></span> - Constructor for class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/IntEnum.html"title="class in com.comphenix.protocol.reflect">IntEnum</a></dt>
<dd>
<divclass="block">Registers every declared integer field.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeExactMethod(java.lang.Object, java.lang.String, java.lang.Object)">invokeExactMethod(Object, String, Object)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Invoke a method whose parameter type matches exactly the object
type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeExactMethod(java.lang.Object, java.lang.String, java.lang.Object[])">invokeExactMethod(Object, String, Object[])</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Invoke a method whose parameter types match exactly the object
types.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeExactMethod(java.lang.Object, java.lang.String, java.lang.Object[], java.lang.Class[])">invokeExactMethod(Object, String, Object[], Class[])</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Invoke a method whose parameter types match exactly the parameter
types given.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeExactStaticMethod(java.lang.Class, java.lang.String, java.lang.Object[], java.lang.Class[])">invokeExactStaticMethod(Class, String, Object[], Class[])</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Invoke a static method whose parameter types match exactly the parameter
types given.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeExactStaticMethod(java.lang.Class, java.lang.String, java.lang.Object)">invokeExactStaticMethod(Class, String, Object)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Invoke a static method whose parameter type matches exactly the object
type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeExactStaticMethod(java.lang.Class, java.lang.String, java.lang.Object[])">invokeExactStaticMethod(Class, String, Object[])</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Invoke a static method whose parameter types match exactly the object
types.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeMethod(java.lang.Object, java.lang.String, java.lang.Object)">invokeMethod(Object, String, Object)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Invoke a named method whose parameter type matches the object type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeMethod(java.lang.Object, java.lang.String, java.lang.Object[])">invokeMethod(Object, String, Object[])</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Invoke a named method whose parameter type matches the object type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeMethod(java.lang.Object, java.lang.String, java.lang.Object[], java.lang.Class[])">invokeMethod(Object, String, Object[], Class[])</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Invoke a named method whose parameter type matches the object type.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/ListenerInvoker.html#invokePacketRecieving(com.comphenix.protocol.events.PacketEvent)">invokePacketRecieving(PacketEvent)</a></span> - Method in interface com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/ListenerInvoker.html"title="interface in com.comphenix.protocol.injector">ListenerInvoker</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#invokePacketRecieving(com.comphenix.protocol.events.PacketEvent)">invokePacketRecieving(PacketEvent)</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PacketFilterManager.html"title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/ListenerInvoker.html#invokePacketSending(com.comphenix.protocol.events.PacketEvent)">invokePacketSending(PacketEvent)</a></span> - Method in interface com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/ListenerInvoker.html"title="interface in com.comphenix.protocol.injector">ListenerInvoker</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#invokePacketSending(com.comphenix.protocol.events.PacketEvent)">invokePacketSending(PacketEvent)</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PacketFilterManager.html"title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeStaticMethod(java.lang.Class, java.lang.String, java.lang.Object)">invokeStaticMethod(Class, String, Object)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Invoke a named static method whose parameter type matches the object type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeStaticMethod(java.lang.Class, java.lang.String, java.lang.Object[])">invokeStaticMethod(Class, String, Object[])</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Invoke a named static method whose parameter type matches the object type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeStaticMethod(java.lang.Class, java.lang.String, java.lang.Object[], java.lang.Class[])">invokeStaticMethod(Class, String, Object[], Class[])</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Invoke a named static method whose parameter type matches the object type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#isAssignmentCompatible(java.lang.Class, java.lang.Class)">isAssignmentCompatible(Class, Class)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Determine whether a type can be used as a parameter in a method invocation.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/async/AsyncMarker.html#isAsyncCancelled()">isAsyncCancelled()</a></span> - Method in class com.comphenix.protocol.async.<ahref="../com/comphenix/protocol/async/AsyncMarker.html"title="class in com.comphenix.protocol.async">AsyncMarker</a></dt>
<dd>
<divclass="block">Determine if the asynchronous handling should be cancelled.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketEvent.html#isAsynchronous()">isAsynchronous()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketEvent.html"title="class in com.comphenix.protocol.events">PacketEvent</a></dt>
<dd>
<divclass="block">Determine if the packet event has been executed asynchronously or not.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/async/AsyncListenerHandler.html#isCancelled()">isCancelled()</a></span> - Method in class com.comphenix.protocol.async.<ahref="../com/comphenix/protocol/async/AsyncListenerHandler.html"title="class in com.comphenix.protocol.async">AsyncListenerHandler</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketEvent.html#isCancelled()">isCancelled()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketEvent.html"title="class in com.comphenix.protocol.events">PacketEvent</a></dt>
<dd>
<divclass="block">Retrieves whether or not the packet should be cancelled.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#isClosed()">isClosed()</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PacketFilterManager.html"title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/ProtocolManager.html#isClosed()">isClosed()</a></span> - Method in interface com.comphenix.protocol.<ahref="../com/comphenix/protocol/ProtocolManager.html"title="interface in com.comphenix.protocol">ProtocolManager</a></dt>
<dd>
<divclass="block">Determines whether or not this protocol mananger has been disabled.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/VolatileField.html#isCurrentSet()">isCurrentSet()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/VolatileField.html"title="class in com.comphenix.protocol.reflect">VolatileField</a></dt>
<dd>
<divclass="block">Determine whether or not we'll need to revert the value.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html#isEmpty()">isEmpty()</a></span> - Method in class com.comphenix.protocol.concurrency.<ahref="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html"title="class in com.comphenix.protocol.concurrency">SortedCopyOnWriteArray</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/ListeningWhitelist.html#isEnabled()">isEnabled()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/ListeningWhitelist.html"title="class in com.comphenix.protocol.events">ListeningWhitelist</a></dt>
<dd>
<divclass="block">Whether or not this whitelist has any enabled packets.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html#isEnabled()">isEnabled()</a></span> - Method in class com.comphenix.protocol.reflect.compiler.<ahref="../com/comphenix/protocol/reflect/compiler/BackgroundCompiler.html"title="class in com.comphenix.protocol.reflect.compiler">BackgroundCompiler</a></dt>
<dd>
<divclass="block">Retrieve whether or not the background compiler is enabled.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/async/AsyncRunnable.html#isFinished()">isFinished()</a></span> - Method in interface com.comphenix.protocol.async.<ahref="../com/comphenix/protocol/async/AsyncRunnable.html"title="interface in com.comphenix.protocol.async">AsyncRunnable</a></dt>
<dd>
<divclass="block">Determine if this runnable has already run its course.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html#isForceAccess()">isForceAccess()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html"title="class in com.comphenix.protocol.reflect">FuzzyReflection</a></dt>
<dd>
<divclass="block">Retrieves whether or not not to override any scope restrictions.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/VolatileField.html#isForceAccess()">isForceAccess()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/VolatileField.html"title="class in com.comphenix.protocol.reflect">VolatileField</a></dt>
<dd>
<divclass="block">Retrieves whether or not not to override any scope restrictions.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/ConnectionSide.html#isForClient()">isForClient()</a></span> - Method in enum com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/ConnectionSide.html"title="enum in com.comphenix.protocol.events">ConnectionSide</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/ConnectionSide.html#isForServer()">isForServer()</a></span> - Method in enum com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/ConnectionSide.html"title="enum in com.comphenix.protocol.events">ConnectionSide</a></dt>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/async/AsyncMarker.html#isMinecraftAsync(com.comphenix.protocol.events.PacketEvent)">isMinecraftAsync(PacketEvent)</a></span> - Method in class com.comphenix.protocol.async.<ahref="../com/comphenix/protocol/async/AsyncMarker.html"title="class in com.comphenix.protocol.async">AsyncMarker</a></dt>
<dd>
<divclass="block">Determine if Minecraft allows asynchronous processing of this packet.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/instances/DefaultInstances.html#isNonNull()">isNonNull()</a></span> - Method in class com.comphenix.protocol.reflect.instances.<ahref="../com/comphenix/protocol/reflect/instances/DefaultInstances.html"title="class in com.comphenix.protocol.reflect.instances">DefaultInstances</a></dt>
<dd>
<divclass="block">Retrieve whether or not the constructor's parameters must be non-null.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/PrimitiveUtils.html#isPrimitive(java.lang.reflect.Type)">isPrimitive(Type)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/PrimitiveUtils.html"title="class in com.comphenix.protocol.reflect">PrimitiveUtils</a></dt>
<dd>
<divclass="block">Returns true if this type is a primitive.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/async/AsyncMarker.html#isProcessed()">isProcessed()</a></span> - Method in class com.comphenix.protocol.async.<ahref="../com/comphenix/protocol/async/AsyncMarker.html"title="class in com.comphenix.protocol.async">AsyncMarker</a></dt>
<dd>
<divclass="block">Retrieve whether or not this packet has been processed by the async listeners.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/async/AsyncRunnable.html#isRunning()">isRunning()</a></span> - Method in interface com.comphenix.protocol.async.<ahref="../com/comphenix/protocol/async/AsyncRunnable.html"title="interface in com.comphenix.protocol.async">AsyncRunnable</a></dt>
<dd>
<divclass="block">Determine if we're running or not.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketEvent.html#isServerPacket()">isServerPacket()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketEvent.html"title="class in com.comphenix.protocol.events">PacketEvent</a></dt>
<dd>
<divclass="block">Whether or not this packet was created by the server.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/async/AsyncMarker.html#isTransmitted()">isTransmitted()</a></span> - Method in class com.comphenix.protocol.async.<ahref="../com/comphenix/protocol/async/AsyncMarker.html"title="class in com.comphenix.protocol.async">AsyncMarker</a></dt>
<dd>
<divclass="block">Retrieve whether or not this packet has already been sent.</div>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/PrimitiveUtils.html#isWrapperType(java.lang.reflect.Type)">isWrapperType(Type)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/PrimitiveUtils.html"title="class in com.comphenix.protocol.reflect">PrimitiveUtils</a></dt>
<dd>
<divclass="block">Returns <code>true</code> if <code>type</code> is one of the nine primitive-wrapper
types, such as <code>Integer</code>.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Server.html#ITEM_DATA">ITEM_DATA</a></span> - Static variable in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.Server.html"title="class in com.comphenix.protocol">Packets.Server</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html#iterator()">iterator()</a></span> - Method in class com.comphenix.protocol.concurrency.<ahref="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html"title="class in com.comphenix.protocol.concurrency">SortedCopyOnWriteArray</a></dt>
<dd>
<divclass="block">Retrieves an iterator over the elements in the given list.</div>