Exemplo n.º 1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: protected abstract boolean lookup(Key key, ValueSink sink) throws java.io.IOException;
		 protected internal abstract bool Lookup( Key key, ValueSink sink );
Exemplo n.º 2
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: protected boolean lookup(Key key, ValueSink sink) throws java.io.IOException
			 protected internal override bool lookup( Key key, ValueSink sink )
			 {
				  return _store.scan( new KeyFormat_Searcher<>( _keys, key ), sink );
			 }
Exemplo n.º 3
0
			 protected internal override bool lookup( Key key, ValueSink sink )
			 {
				  return false;
			 }