JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
org.hildan.hashcode.utils.parser.readers.constructors
Interface IntArrayConstructor<T>
Type Parameters:
T
- the type of objects that this constructor creates
public interface
IntArrayConstructor<T>
The type of a constructor with an int array as single argument.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
create
(int[] args)
Creates a new instance.
Method Detail
create
T
create(int[] args)
Creates a new instance.
Parameters:
args
- some int arguments
Returns:
the created object
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method