Android Open Source - AndroidCollections Mappable






From Project

Back to project page AndroidCollections.

License

The source code is released under:

MIT License

If you think the Android project AndroidCollections listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.hannesdorfmann.collection;

public interface Mappable<T> {

  public T getMapKey();

}




Java Source Code List

com.hannesdorfmann.collection.ArrayListMap.java
com.hannesdorfmann.collection.ListMap.java
com.hannesdorfmann.collection.Mappable.java
com.hannesdorfmann.collection.UniqueArrayListMap.java