Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.util
Interface Builder


public interface Builder

A Builder provides a mechanism for realizing a specific class of object as required.

This is an abstract representation of a dynamic no-args constructor.

Author:
bo 2012.10.25

Method Summary
 java.lang.Object realize()
          Realizes an instance of type T.

 

Method Detail

realize

java.lang.Object realize()
Realizes an instance of type T.
Returns:
a (possibly new) instance of type T

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.