protected static class StoredArticles.AccessibleLocationFirst extends Object implements Comparator<StoredArticle>
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Predicate<StoredArticle> |
articleStoredInAccessibleLocationPredicate |
| Constructor and Description |
|---|
StoredArticles.AccessibleLocationFirst(MagalieUser magalieUser) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(StoredArticle o1,
StoredArticle o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsprotected com.google.common.base.Predicate<StoredArticle> articleStoredInAccessibleLocationPredicate
public StoredArticles.AccessibleLocationFirst(MagalieUser magalieUser)
public int compare(StoredArticle o1, StoredArticle o2)
compare in interface Comparator<StoredArticle>Copyright © 2013 CodeLutin. All rights reserved.