
com.univocity.api.config.OrderedProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of univocity-common-api Show documentation
Show all versions of univocity-common-api Show documentation
univocity public API - Common classes and utilites
The newest version!
/*
* Copyright (c) 2013 Univocity Software Pty Ltd. All rights reserved.
* This file is subject to the terms and conditions defined in file
* 'LICENSE.txt', which is part of this source code package.
*/
package com.univocity.api.config;
import java.util.*;
/**
* An override over {@link java.util.Properties} to return properties in the order they are defined in the file.
*
* @author Univocity Software Pty Ltd - [email protected]
*/
public class OrderedProperties extends Properties {
private static final long serialVersionUID = 4335376309848461398L;
private final ArrayList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy