X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fservice%2FCollectionSupport.java;h=d5cebc8644d1e4bbf73fc4c9adfd3936a2cdfa20;hp=aa522203d3a0a88eac043842a0deae436005a890;hb=4b5b16eec880434af849ddd6522332884bfb5538;hpb=59e011d8d6e88ddebb7300cb60109c6bd43f5de8 diff --git a/bundles/org.simantics.db/src/org/simantics/db/service/CollectionSupport.java b/bundles/org.simantics.db/src/org/simantics/db/service/CollectionSupport.java index aa522203d..d5cebc864 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/service/CollectionSupport.java +++ b/bundles/org.simantics.db/src/org/simantics/db/service/CollectionSupport.java @@ -38,6 +38,7 @@ public interface CollectionSupport { Set createSet(); Set createSet(int capacity); List createList(); + List createList(int capacity); List asSortedList(Collection set); void sort(List list); Collection createStatementList();