Uses of Class
org.sonews.util.Pair
Packages that use Pair
Package
Description
Contains classes of the storage backend and the Group and Article
abstraction.
Implementations of the StorageProvider interface.
-
Uses of Pair in org.sonews.storage
Methods in org.sonews.storage that return types with arguments of type PairModifier and TypeMethodDescriptionStorage.getArticleHeaders
(Group group, long start, long end, String header, String pattern) Group.getArticleHeads
(long first, long last) Storage.getArticleHeads
(Group group, long first, long last) -
Uses of Pair in org.sonews.storage.impl.hibernate.couchdb
Methods in org.sonews.storage.impl.hibernate.couchdb that return types with arguments of type Pair -
Uses of Pair in org.sonews.storage.impl.jdbc
Methods in org.sonews.storage.impl.jdbc that return types with arguments of type PairModifier and TypeMethodDescriptionJDBCDatabase.getArticleHeaders
(Group group, long start, long end, String headerKey, String patStr) Searches for fitting header values using the given regular expression.JDBCDatabase.getArticleHeads
(Group group, long first, long last) Returns a list of Long/ArticleImpl Pairs.