| Package | Description | 
|---|---|
| com.hazelcast.util | This package contains classes to support the inner workings of Hazelcast
 as well as some backports of newer Java features / data structures to
 support older Java versions in a clean and nice way. | 
| Modifier and Type | Method and Description | 
|---|---|
| StateMachine<T> | StateMachine. next(T nextState)Transition to next state | 
| static <T extends Enum<T>>  | StateMachine. of(T initialState) | 
| StateMachine<T> | StateMachine. withTransition(T from,
              T to,
              T... moreTo)Add a valid transition from one state to one or more states | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.