]> source.dussan.org Git - poi.git/commit
As Jdk 1.5 doesn't provide NavigableMap/Set classes of JDK 1.6, we temporarily use...
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 26 Jan 2014 15:01:12 +0000 (15:01 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 26 Jan 2014 15:01:12 +0000 (15:01 +0000)
commit655dee9f1f3311390cc325d6bc145ed7c8c72cc4
treef640a74f6331d6c574ac1e16d992d8a11477d098
parent78115109d2b61021f7ae6ecbb235c5767f9a2694
As Jdk 1.5 doesn't provide NavigableMap/Set classes of JDK 1.6, we temporarily use the open jdk classes instead, until POI has switched to JDK 1.6

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1561500 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/util/java7_util/AbstractMap7.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/util/java7_util/AbstractSet7.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/util/java7_util/NavigableMap7.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/util/java7_util/NavigableSet7.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/util/java7_util/TreeMap7.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/util/java7_util/TreeSet7.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xssf/usermodel/helpers/ColumnHelper.java