454647484950515253545556
} @Override public boolean containsAny(Object set) { ShortOpenHashSet setShort = (ShortOpenHashSet)set; for(int i=0; i< this._length; i++) if( setShort.contains(((TermShortList) _mTermList).getPrimitiveValue(_buf[i])) ) return true; return false; }