Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lcaballero/go-searcher

A lib that caches text files from disk, and then provides regex search over the cache.
https://github.com/lcaballero/go-searcher

Last synced: 23 days ago
JSON representation

A lib that caches text files from disk, and then provides regex search over the cache.

Awesome Lists containing this project

README

        

## List Interface

### Java API

add( T )
add( T, index )
addAll( T[] )
addAll( index, T[] )
clear()
contains( T )
containsAll( T[] )
equals( List )
get( index )
hashCode()
indexOf( T )
isEmpty() : bool
iterator()
lastIndexOf( T )
listIterator()
remove( T )
removeAll( T[] )
retainAll( T[] )
set( index, T )
size()
sublist( start, end )
toArray()