Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.net
Class InetAddressHelper.RoutableFilter

java.lang.Object
  extended by com.tangosol.net.InetAddressHelper.RoutableFilter

All Implemented Interfaces:
Filter
Enclosing class:
InetAddressHelper

public static class InetAddressHelper.RoutableFilter
extends java.lang.Object
implements Filter

The RoutableFilter evaluates to true for any InetAddress which is externally routable.


Field Summary
static InetAddressHelper.RoutableFilter INSTANCE
          Singleton instance.

 

Constructor Summary
InetAddressHelper.RoutableFilter()
           

 

Method Summary
 boolean evaluate(java.lang.Object o)
          Apply the test to the object.
 java.lang.String toString()
          

 

Field Detail

INSTANCE

public static final InetAddressHelper.RoutableFilter INSTANCE
Singleton instance.

Constructor Detail

InetAddressHelper.RoutableFilter

public InetAddressHelper.RoutableFilter()

Method Detail

evaluate

public boolean evaluate(java.lang.Object o)
Apply the test to the object.
Specified by:
evaluate in interface Filter
Parameters:
o - the object to test
Returns:
true if the test passes, false otherwise

toString

public java.lang.String toString()

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.