[
https://issues.apache.org/jira/browse/COLLECTIONS-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609450#action_12609450
]
Henri Yandell commented on COLLECTIONS-300:
-------------------------------------------
Nothing jumps to mind. Here's the list:
armadillo-2:~/apache/commons-proper/collections hen$ findj src | xargs grep
'public interface' -h
public interface Bag extends Collection {
public interface BidiMap extends IterableMap {
public interface BoundedCollection extends Collection {
public interface BoundedMap extends Map {
public interface Buffer extends Collection {
public interface Closure {
public interface CollectionMutator extends Serializable {
public interface Factory {
public interface PredicateDecorator extends Predicate {
public interface IterableMap extends Map {
public interface KeyValue {
public interface MapIterator extends Iterator {
public interface MultiMap extends Map {
public interface OrderedBidiMap extends BidiMap, OrderedMap {
public interface OrderedIterator extends Iterator {
public interface OrderedMap extends IterableMap {
public interface OrderedMapIterator extends MapIterator, OrderedIterator {
public interface Predicate {
public interface PriorityQueue {
public interface ResettableIterator extends Iterator {
public interface ResettableListIterator extends ListIterator,
ResettableIterator {
public interface SortedBag extends Bag {
public interface SortedBidiMap extends OrderedBidiMap, SortedMap {
public interface Transformer {
public interface Unmodifiable {
I'm thinking this is a wontfix.
> Method to query Class to determine if it is a collection
> --------------------------------------------------------
>
> Key: COLLECTIONS-300
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-300
> Project: Commons Collections
> Issue Type: Wish
> Reporter: Paul Benedict
> Priority: Minor
>
> Test a Class instance to determine whether it is a known JDK collection type.
> Someone else should opine if other Apache Collection interfaces should be
> included in the same or different method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.