Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.2)

E26043-01


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® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.2)

E26043-01


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