Page MenuHomeGitPull.it

StopsFinderByName.java
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

StopsFinderByName.java

/*
BusTO (backend components)
Copyright (C) 2016 Ludovico Pavesi
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package it.reyboz.bustorino.backend;
import java.util.List;
import java.util.concurrent.atomic.AtomicReference;
public interface StopsFinderByName extends Fetcher {
/**
* Finds stops by name. Don't call this in UI thread!
*
* @param name the string to search for
* @return list of stops, in normalized form.
* @see FiveTNormalizer
*/
List<Stop> FindByName(String name, AtomicReference<Result> res);
}

File Metadata

Mime Type
text/x-java
Expires
Sun, Feb 15, 02:13 (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1544397
Default Alt Text
StopsFinderByName.java (1 KB)

Event Timeline