JavaScript is disabled on your browser.
Skip navigation links
Narayana: narayana-full 7.1.0.Final
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.jboss.stm.types
Interface AtomicArray<E>
public interface
AtomicArray<E>
An array of basic types.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
empty
()
E
get
(int index)
boolean
isEmpty
()
void
set
(int index,
E
val)
int
size
()
Method Details
size
int
size
()
isEmpty
boolean
isEmpty
()
empty
void
empty
()
get
E
get
(int index)
set
void
set
(int index,
E
val)