Neo4j

org.neo4j.helpers
Class Service.CaseInsensitiveService

java.lang.Object
  extended by org.neo4j.helpers.Service
      extended by org.neo4j.helpers.Service.CaseInsensitiveService
Enclosing class:
Service

public abstract static class Service.CaseInsensitiveService
extends Service

A base class for services, similar to Service, that compares keys using case insensitive comparison instead of exact comparison.

Author:
Tobias Ivarsson

Nested Class Summary
 
Nested classes/interfaces inherited from class org.neo4j.helpers.Service
Service.CaseInsensitiveService, Service.Implementation
 
Method Summary
 boolean matches(String key)
           
 
Methods inherited from class org.neo4j.helpers.Service
equals, getKeys, hashCode, load, load, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

matches

public final boolean matches(String key)
Overrides:
matches in class Service

Neo4j

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.