Searched defs:NULL (Results 1 - 4 of 4) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DWeakIdentityMap.java112 super(obj == null ? NULL : obj, queue);
133 // we keep a hard reference to our NULL key, so map supports null keys that never get GCed:
134 private static final Object NULL = new Object(); field in class:WeakIdentityMap.IdentityWeakReference
/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/client/solrj/impl/
H A DXMLResponseParser.java161 NULL (true) { @Override public Object read( String txt ) { return null; } }, method in enum:XMLResponseParser.KnownType
296 else if( type != t && !(t == KnownType.NULL || type == KnownType.NULL)) {
321 if( val == null && type != KnownType.NULL) {
/lucene-3.6.0/solr/solrj/src/java/org/apache/noggit/
H A DJSONParser.java48 public static final int NULL=6; field in class:JSONParser
69 case NULL: return "NULL";
569 valstate=NULL;
571 return NULL;
594 * <li>{@link #NULL}</li>
777 goTo(NULL);
/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/common/util/
H A DJavaBinCodec.java41 NULL = 0, field in class:JavaBinCodec
182 case NULL:
424 writeTag(NULL);
557 daos.writeByte(NULL);
691 writeTag(NULL);

Completed in 33 milliseconds