| Package | Description | 
|---|---|
| org.hibernate.engine.spi | 
| Constructor and Description | 
|---|
ExecutableList(ExecutableList.Sorter<E> sorter)
Creates a new ExecutableList using the specified Sorter. 
 | 
ExecutableList(int initialCapacity,
              ExecutableList.Sorter<E> sorter)
Creates a new ExecutableList with the specified initialCapacity and Sorter. 
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.